Searched defs:ITestSuite (Results 1 – 2 of 2) sorted by relevance
294 assertTrue(res.get(0) instanceof ITestSuite); in testMergeSuite_shard0() local298 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard0() local302 assertTrue(res.get(2) instanceof ITestSuite); in testMergeSuite_shard0() local312 assertTrue(res.get(0) instanceof ITestSuite); in testMergeSuite_shard1() local316 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard1() local320 assertTrue(res.get(2) instanceof ITestSuite); in testMergeSuite_shard1() local330 assertTrue(res.get(0) instanceof ITestSuite); in testMergeSuite_shard2() local334 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard2() local338 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard2() local397 assertTrue(res.get(0) instanceof ITestSuite); in testSuite_withAllInterfaces() local
100 public abstract class ITestSuite class