Skip to content

Commit

Permalink
migrate ConditionalsBoundaryMutatorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Coles committed Mar 23, 2022
1 parent f71f1a7 commit 290e327
Show file tree
Hide file tree
Showing 12 changed files with 281 additions and 276 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@

public class ArgumentPropagationMutatorTest extends MutatorTestBase {

MutatorVerifierStart v = MutatorVerifierStart.forMutator(EXPERIMENTAL_ARGUMENT_PROPAGATION);
MutatorVerifierStart v = MutatorVerifierStart.forMutator(EXPERIMENTAL_ARGUMENT_PROPAGATION)
.notCheckingUnMutatedValues();

@Before
public void setupEngineToUseReplaceMethodWithArgumentOfSameTypeAsReturnValueMutator() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@

public class BigDecimalMutatorTest extends MutatorTestBase {

MutatorVerifierStart v = MutatorVerifierStart.forMutator(EXPERIMENTAL_BIG_DECIMAL);
MutatorVerifierStart v = MutatorVerifierStart.forMutator(EXPERIMENTAL_BIG_DECIMAL)
.notCheckingUnMutatedValues();

@Test
public void add() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

public class BigIntegerMutatorTest {

MutatorVerifierStart v = MutatorVerifierStart.forMutator(EXPERIMENTAL_BIG_INTEGER);
MutatorVerifierStart v = MutatorVerifierStart.forMutator(EXPERIMENTAL_BIG_INTEGER)
.notCheckingUnMutatedValues();

@Test
public void add() {
Expand Down
Loading

0 comments on commit 290e327

Please sign in to comment.