Skip to content

Commit

Permalink
#2297 fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Apr 19, 2024
1 parent 4c24b95 commit 9008a41
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
Expand Up @@ -54,7 +54,10 @@
public final class BinarizeParseTest {

/**
* Empty message for JUnit Assertions.
* @todo #2297:60m Replace all appearances of {@link BinarizeParseTest#TO_ADD_MESSAGE} field in
* eo-maven-plugin with meaningful assert messages. Don't forget to remove
* {@link BinarizeParseTest#TO_ADD_MESSAGE} field and remove public modifier from this class if
* no longer need.
*/
public static final String TO_ADD_MESSAGE = "TO ADD ASSERTION MESSAGE";

Expand Down
Expand Up @@ -42,7 +42,10 @@
@SuppressWarnings("PMD.JUnit5TestShouldBePackagePrivate")
public final class EoIndentLexerTest {
/**
* Empty message for JUnit Assertions.
* @todo #2297:60m Replace all appearances of {@link EoIndentLexerTest#TO_ADD_MESSAGE} field in
* eo-parser with meaningful assert messages. Don't forget to remove
* {@link EoIndentLexerTest#TO_ADD_MESSAGE} field and remove public modifier from this class if no
* longer need.
*/
public static final String TO_ADD_MESSAGE = "TO ADD ASSERTION MESSAGE";

Expand Down
10 changes: 4 additions & 6 deletions eo-runtime/src/test/java/org/eolang/AtCompositeTest.java
Expand Up @@ -33,16 +33,14 @@
* Test case for {@link AtComposite}.
*
* @since 0.16
*
* @todo #2297:60m Replace all appearances of {@link AtCompositeTest#TO_ADD_MESSAGE} field in
* eo-runtime with meaningful assert messages. Don't forget to remove
* {@link AtCompositeTest#TO_ADD_MESSAGE} field and remove public modifier from this class if no
* longer need.
*/
public final class AtCompositeTest {

/**
* Empty message for JUnit Assertions. To be removed.
* @todo #2297:60m Replace all appearances of {@link AtCompositeTest#TO_ADD_MESSAGE} field in
* eo-runtime with meaningful assert messages. Don't forget to remove
* {@link AtCompositeTest#TO_ADD_MESSAGE} field and remove public modifier from this class if
* no longer need.
*/
public static final String TO_ADD_MESSAGE = "TO ADD ASSERTION MESSAGE";

Expand Down

0 comments on commit 9008a41

Please sign in to comment.