Searched defs:AndroidJUnitTest (Results 1 – 2 of 2) sorted by relevance
90 assertTrue(config.getTests().get(0) instanceof AndroidJUnitTest); in testParseConfig() local144 assertTrue(config.getTests().get(0) instanceof AndroidJUnitTest); in testParseModule() local194 assertTrue(config.getTests().get(0) instanceof AndroidJUnitTest); in testParseConfig_notoptions() local196 assertTrue(config.getTests().get(1) instanceof AndroidJUnitTest); in testParseConfig_notoptions() local
69 public class AndroidJUnitTest extends InstrumentationTest class197 public AndroidJUnitTest() { in AndroidJUnitTest() method in AndroidJUnitTest