Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DStrictShardHelperTest.java294 assertTrue(res.get(0) instanceof ITestSuite); in testMergeSuite_shard0() local
298 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard0() local
302 assertTrue(res.get(2) instanceof ITestSuite); in testMergeSuite_shard0() local
312 assertTrue(res.get(0) instanceof ITestSuite); in testMergeSuite_shard1() local
316 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard1() local
320 assertTrue(res.get(2) instanceof ITestSuite); in testMergeSuite_shard1() local
330 assertTrue(res.get(0) instanceof ITestSuite); in testMergeSuite_shard2() local
334 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard2() local
338 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard2() local
397 assertTrue(res.get(0) instanceof ITestSuite); in testSuite_withAllInterfaces() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java100 public abstract class ITestSuite class