Home
last modified time | relevance | path

Searched defs:AndroidJUnitTest (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/config/yaml/
DConfigurationYamlParserTest.java90 assertTrue(config.getTests().get(0) instanceof AndroidJUnitTest); in testParseConfig() local
144 assertTrue(config.getTests().get(0) instanceof AndroidJUnitTest); in testParseModule() local
194 assertTrue(config.getTests().get(0) instanceof AndroidJUnitTest); in testParseConfig_notoptions() local
196 assertTrue(config.getTests().get(1) instanceof AndroidJUnitTest); in testParseConfig_notoptions() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DAndroidJUnitTest.java69 public class AndroidJUnitTest extends InstrumentationTest class
197 public AndroidJUnitTest() { in AndroidJUnitTest() method in AndroidJUnitTest