Skip to content

Commit d2d23f7

Browse files
committed
SONARJAVA-5820 S2698: add testng to description
1 parent 080ce83 commit d2d23f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java

sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S2698.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h2>Why is this an issue?</h2>
2-
<p>Adding messages to JUnit, FEST and AssertJ assertions is an investment in your future productivity. Spend a few seconds writing them now, and
3-
you’ll save a lot of time on the other end when either the tests fail and you need to quickly diagnose the problem, or when you need to maintain the
4-
tests and the assertion messages work as a sort of documentation.</p>
2+
<p>Adding messages to JUnit, FEST, TestNG and AssertJ assertions is an investment in your future productivity. Spend a few seconds writing them now,
3+
and you’ll save a lot of time on the other end when either the tests fail and you need to quickly diagnose the problem, or when you need to maintain
4+
the tests and the assertion messages work as a sort of documentation.</p>
55
<h3>Noncompliant code example</h3>
66
<pre>
77
assertEquals(4, list.size()); // Noncompliant

0 commit comments

Comments
 (0)