Searched refs:OtaStabilityTest (Results 1 – 2 of 2) sorted by relevance
33 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()
65 public class OtaStabilityTest class183 OtaStabilityTest testShard = new OtaStabilityTest(); in split()