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.java123 List<FrameworkMethod> beforesWithDevice = in withBeforeClasses() local
125 return beforesWithDevice.isEmpty() in withBeforeClasses()
127 : new RunBeforesWithInfo(statement, beforesWithDevice, mTestInformation); in withBeforeClasses()