Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java246 int shardableCount = 0; in testSplit() local
251 shardableCount++; in testSplit()
254 assertEquals("Shards wrong", 3*3, shardableCount); in testSplit()