Skip to content

Commit

Permalink
#121: improved java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pfotenhauer committed Sep 1, 2020
1 parent 98dcbf8 commit 862d3ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static void deleteTempFile(final File tempFile)
* @param expectedFailCount
* expected number of failed tests
* @param expectedFailureMessages
* expected message of all failures (same message for each failure)
* expected failure messages mapped by name of test method
*/
public void check(final Result result, final boolean expectSuccessful, final int expectedRunCount, final int expectedIgnoreCount,
final int expectedFailCount, final Map<String, String> expectedFailureMessages)
Expand Down

0 comments on commit 862d3ec

Please sign in to comment.