Skip to content

Commit

Permalink
corrigindo bug do JNose -Core
Browse files Browse the repository at this point in the history
  • Loading branch information
Tassio Virginio committed Jan 29, 2021
1 parent 275c01d commit 410092b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/br/ufba/jnose/pages/AnalyzePage.java
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ private void loadDescriptions() {
descriptions.put("Print Statement", "The printing instructions in the unit tests are redundant, as the unit tests are performed as part of an automated script. It consumes resources or increases the execution time.");
descriptions.put("Lazy Test", "This test smell occurs when several test methods check the same method using the same equipment (but, for example, they check the values of different instance variables). These tests are usually meaningful only when considered together.");
descriptions.put("Eager Test", "When a test method checks several methods of the object to be tested, it is difficult to read and understand and, therefore, it is more difficult to use as documentation. In addition, it makes tests more dependent on each other and more difficult to maintain.");
descriptions.put("Verbose Test", "Excess test code or Conditional Test Logic. Difficult to verify its accuracy and more likely to contain errors.");

}

Expand Down

0 comments on commit 410092b

Please sign in to comment.