Skip to content
Snippets Groups Projects
Commit 171c8cf4 authored by Goik Martin's avatar Goik Martin
Browse files

Removing superfluous assert

parent 0a6ce62b
No related branches found
No related tags found
No related merge requests found
......@@ -614,7 +614,7 @@ static public String convert(final String input)
<link xlink:href="https://junit.org/junit4/javadoc/latest/org/junit/Test.html">@Test</link>(<link
xlink:href="https://junit.org/junit4/javadoc/latest/org/junit/Test.html#expected()">expected</link> = CardinalException.class)
public void testException() {
Assert.assertEquals("X", Cardinal.convert("four"));
Cardinal.convert("four"); // No assert...() required
}</programlisting>
</figure>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment