Home
last modified time | relevance | path

Searched refs:createFakeSuite (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DStrictShardHelperTest.java259 private ITestSuite createFakeSuite(String name) throws Exception { in createFakeSuite() method in StrictShardHelperTest
267 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()