Skip to content

Commit

Permalink
Added the option to get all mutator IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Kutscha committed Jul 22, 2021
1 parent 19f4e1d commit 7e812ca
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ public static Collection<MethodMutatorFactory> all() {
return fromStrings(MUTATORS.keySet());
}

public static Collection<String> getAllMutatorIds(){
return MUTATORS.keySet();
}

private static Collection<MethodMutatorFactory> stronger() {
return combine(
newDefaults(),
Expand Down

0 comments on commit 7e812ca

Please sign in to comment.