Searched refs:createFakeSuite (Results 1 – 1 of 1) sorted by relevance
259 private ITestSuite createFakeSuite(String name) throws Exception { in createFakeSuite() method in StrictShardHelperTest267 test.add(createFakeSuite("module2")); in testShard()268 test.add(createFakeSuite("module1")); in testShard()269 test.add(createFakeSuite("module3")); in testShard()270 test.add(createFakeSuite("module1")); in testShard()271 test.add(createFakeSuite("module1")); in testShard()272 test.add(createFakeSuite("module2")); in testShard()273 test.add(createFakeSuite("module3")); in testShard()