Skip to content

Commit

Permalink
update console link
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Coles committed Feb 1, 2022
1 parent fca2366 commit 2ec1178
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ public void report(final PrintStream out) {
+ ". Test strength " + this.getTestStrength() + "%");
out.println(">> Ran " + this.numberOfTestsRun + " tests ("
+ getTestsPerMutation() + " tests per mutation)");

out.println("\nPitest development is currently supported by GroupCDG.");
out.println("Enhanced functionality available at https://pitest.groupcdg.com/");

out.println("Enhanced functionality available at https://www.arcmutate.com/");
}

private String getTestsPerMutation() {
Expand Down

0 comments on commit 2ec1178

Please sign in to comment.