File tree 4 files changed +12
-13
lines changed
src/test/java/org/cactoos
4 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 10
10
import org .llorllale .cactoos .matchers .IsApplicable ;
11
11
12
12
/**
13
- * Tests for {@link Flattened}.
14
- *
15
- * @since 0.49
16
- */
13
+ * Tests for {@link Flattened}.
14
+ *
15
+ * @since 0.49
16
+ */
17
17
@ SuppressWarnings ("PMD.JUnitTestsShouldIncludeAssert" )
18
18
final class FlattenedTest {
19
19
@ Test
Original file line number Diff line number Diff line change 10
10
* Assertion from cactoos-matchers. Keep PR short and limit the changes to
11
11
* single package. Update this puzzle for the next package.
12
12
* After all packages are done, add MatcherAssert to forbidden-apis.txt
13
- *
14
13
* @since 0.9
15
14
*/
16
15
package org .cactoos ;
Original file line number Diff line number Diff line change 13
13
import org .llorllale .cactoos .matchers .IsText ;
14
14
15
15
/**
16
- * Tests for {@link Flattened}.
17
- *
18
- * @since 0.49
19
- */
16
+ * Tests for {@link Flattened}.
17
+ *
18
+ * @since 0.49
19
+ */
20
20
final class FlattenedTest {
21
21
@ Test
22
22
void flattens () {
Original file line number Diff line number Diff line change 14
14
import org .llorllale .cactoos .matchers .IsText ;
15
15
16
16
/**
17
- * Tests for {@link Flattened}.
18
- *
19
- * @since 0.49
20
- */
17
+ * Tests for {@link Flattened}.
18
+ *
19
+ * @since 0.49
20
+ */
21
21
final class FlattenedTest {
22
22
@ Test
23
23
void flattens () {
You can’t perform that action at this time.
0 commit comments