Skip to content

Commit

Permalink
Added test scenario to check that excluding mutator configuration is …
Browse files Browse the repository at this point in the history
…passed to pitest (#303)
  • Loading branch information
npathai committed Dec 3, 2021
1 parent 620ad93 commit 9efe3a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class PitestTaskConfigurationSpec extends BasicProjectBuilderSpec implements Wit
"targetTests" | ["t1", "t2"] || "t1,t2"
"dependencyDistance" | 42 || "42"
"threads" | 42 || "42"
"mutators" | ["MUTATOR_X", "MUTATOR_Y"] || "MUTATOR_X,MUTATOR_Y"
"mutators" | ["MUTATOR_X", "MUTATOR_Y", "-MUTATOR_Z"] || "MUTATOR_X,MUTATOR_Y,-MUTATOR_Z"
"excludedMethods" | ["methodX", "methodY"] || "methodX,methodY"
"excludedClasses" | ["classX", "foo.classY"] || "classX,foo.classY"
"excludedTestClasses" | ["classX", "foo.classY"] || "classX,foo.classY"
Expand Down

0 comments on commit 9efe3a5

Please sign in to comment.