Searched defs:exercise (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
H A DOpTestCase.java47 * Base class for streams test cases. Provides 'exercise' methods for taking
103 return withData(data).stream(m).exercise();
106 // Run multiple versions of exercise(), returning the result of the first, and asserting that others return the same result
115 result = withData(data).stream(m).exercise();
117 Collection<U> r2 = withData(data).stream(m).exercise();
124 // Run multiple versions of exercise() for an Integer stream, returning the result of the first, and asserting that others return the same result
142 // Run multiple versions of exercise() with multiple terminal operations for all kinds of stream, , and asserting against the expected result
156 .exercise();
162 // Run multiple versions of exercise() with multiple terminal operation for all kinds of stream, and asserting against the expected result
188 return withData(data1).stream(m).exercise();
373 public Collection<U> exercise() { method in class:OpTestCase.ExerciseDataStreamBuilder
543 public R exercise() { method in class:OpTestCase.ExerciseDataTerminalBuilder
[all...]
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
H A DOpTestCase.java48 * Base class for streams test cases. Provides 'exercise' methods for taking
104 return withData(data).stream(m).exercise();
107 // Run multiple versions of exercise(), returning the result of the first, and asserting that others return the same result
116 result = withData(data).stream(m).exercise();
118 Collection<U> r2 = withData(data).stream(m).exercise();
125 // Run multiple versions of exercise() for an Integer stream, returning the result of the first, and asserting that others return the same result
143 // Run multiple versions of exercise() with multiple terminal operations for all kinds of stream, , and asserting against the expected result
157 .exercise();
163 // Run multiple versions of exercise() with multiple terminal operation for all kinds of stream, and asserting against the expected result
189 return withData(data1).stream(m).exercise();
374 public Collection<U> exercise() { method in class:OpTestCase.ExerciseDataStreamBuilder
544 public R exercise() { method in class:OpTestCase.ExerciseDataTerminalBuilder
[all...]

Completed in 148 milliseconds