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.java265 assertTrue(res.get(0) instanceof ITestSuite); in testMergeSuite_shard0() local
269 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard0() local
273 assertTrue(res.get(2) instanceof ITestSuite); in testMergeSuite_shard0() local
283 assertTrue(res.get(0) instanceof ITestSuite); in testMergeSuite_shard1() local
287 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard1() local
291 assertTrue(res.get(2) instanceof ITestSuite); in testMergeSuite_shard1() local
301 assertTrue(res.get(0) instanceof ITestSuite); in testMergeSuite_shard2() local
305 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard2() local
309 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard2() local
373 assertTrue(res.get(0) instanceof ITestSuite); in testSuite_withAllInterfaces() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java88 public abstract class ITestSuite class