Searched defs:ITestSuite (Results 1 – 2 of 2) sorted by relevance
265 assertTrue(res.get(0) instanceof ITestSuite); in testMergeSuite_shard0() local269 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard0() local273 assertTrue(res.get(2) instanceof ITestSuite); in testMergeSuite_shard0() local283 assertTrue(res.get(0) instanceof ITestSuite); in testMergeSuite_shard1() local287 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard1() local291 assertTrue(res.get(2) instanceof ITestSuite); in testMergeSuite_shard1() local301 assertTrue(res.get(0) instanceof ITestSuite); in testMergeSuite_shard2() local305 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard2() local309 assertTrue(res.get(1) instanceof ITestSuite); in testMergeSuite_shard2() local373 assertTrue(res.get(0) instanceof ITestSuite); in testSuite_withAllInterfaces() local
88 public abstract class ITestSuite class