You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/java/de/codecentric/java8examples/streaming/FilteringAndMappingTest.java
+13-22Lines changed: 13 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@
13
13
importstaticorg.junit.Assert.assertThat;
14
14
15
15
/**
16
-
* Tests for mapping and filtering feature of the streaming api. Once you have completed the stub-methods in
17
-
* {@link FilteringAndMapping}, these tests should pass.
16
+
* Tests for mapping and filtering feature of the streaming api. Once you have completed the stub-methods in {@link FilteringAndMapping}, these tests should
17
+
* pass.
18
18
*/
19
19
publicclassFilteringAndMappingTest {
20
20
@@ -24,45 +24,36 @@ public class FilteringAndMappingTest {
0 commit comments