Searched refs:testSet (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
H A DOpTestCase.java253 Set<BaseStreamTestScenario> testSet = new HashSet<>(); field in class:OpTestCase.ExerciseDataStreamBuilder
279 testSet.addAll(testScenarios.get(shape));
335 testSet.remove(ts);
339 if (testSet.isEmpty()) {
351 testSet = new HashSet<>();
355 testSet.add(ts);
359 if (testSet.isEmpty()) {
390 for (BaseStreamTestScenario test : testSet) {
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
H A DOpTestCase.java254 Set<BaseStreamTestScenario> testSet = new HashSet<>(); field in class:OpTestCase.ExerciseDataStreamBuilder
280 testSet.addAll(testScenarios.get(shape));
336 testSet.remove(ts);
340 if (testSet.isEmpty()) {
352 testSet = new HashSet<>();
356 testSet.add(ts);
360 if (testSet.isEmpty()) {
391 for (BaseStreamTestScenario test : testSet) {
/libcore/luni/src/test/java/libcore/java/util/
H A DOldListIteratorTest.java173 public void testSet() { method in class:OldListIteratorTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DConcurrentModTest.java78 public void testSet() { method in class:ConcurrentModTest
/libcore/jsr166-tests/src/test/java/jsr166/
H A DCopyOnWriteArrayListTest.java411 public void testSet() { method in class:CopyOnWriteArrayListTest
H A DFutureTaskTest.java304 public void testSet() throws Exception { method in class:FutureTaskTest

Completed in 196 milliseconds