Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/ota/tests/
DOtaStabilityTestTest.java33 OtaStabilityTest test = new OtaStabilityTest(); in testSplit_even()
39 OtaStabilityTest otaShard = (OtaStabilityTest) shardTest; in testSplit_even()
46 OtaStabilityTest test = new OtaStabilityTest(); in testSplit_shards()
52 OtaStabilityTest otaShard = (OtaStabilityTest) shardTest; in testSplit_shards()
59 OtaStabilityTest test = new OtaStabilityTest(); in testSplit_remainder()
66 assertEquals(3, ((OtaStabilityTest) first).getIterations()); in testSplit_remainder()
69 assertEquals(3, ((OtaStabilityTest) second).getIterations()); in testSplit_remainder()
72 assertEquals(4, ((OtaStabilityTest) three).getIterations()); in testSplit_remainder()
DOtaStabilityTest.java65 public class OtaStabilityTest class
183 OtaStabilityTest testShard = new OtaStabilityTest(); in split()