Home
last modified time | relevance | path

Searched refs:beforesWithDevice (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceJUnit4ClassRunner.java126 List<FrameworkMethod> beforesWithDevice = in withBeforeClasses() local
128 return beforesWithDevice.isEmpty() in withBeforeClasses()
130 : new RunBeforesWithInfo(statement, beforesWithDevice, mTestInformation); in withBeforeClasses()