Searched refs:testSet (Results 1 – 6 of 6) sorted by relevance
253 Set<BaseStreamTestScenario> testSet = new HashSet<>(); field in OpTestCase.ExerciseDataStreamBuilder279 testSet.addAll(testScenarios.get(shape)); in ExerciseDataStreamBuilder()335 testSet.remove(ts); in without()339 if (testSet.isEmpty()) { in without()351 testSet = new HashSet<>(); in with()355 testSet.add(ts); in with()359 if (testSet.isEmpty()) { in with()390 for (BaseStreamTestScenario test : testSet) { in exercise()
254 Set<BaseStreamTestScenario> testSet = new HashSet<>(); field in OpTestCase.ExerciseDataStreamBuilder280 testSet.addAll(testScenarios.get(shape)); in ExerciseDataStreamBuilder()336 testSet.remove(ts); in without()340 if (testSet.isEmpty()) { in without()352 testSet = new HashSet<>(); in with()356 testSet.add(ts); in with()360 if (testSet.isEmpty()) { in with()391 for (BaseStreamTestScenario test : testSet) { in exercise()
173 public void testSet() { in testSet() method in OldListIteratorTest
78 public void testSet() { in testSet() method in ConcurrentModTest
411 public void testSet() { in testSet() method in CopyOnWriteArrayListTest
304 public void testSet() throws Exception { in testSet() method in FutureTaskTest