stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.74k stars 177 forks source link

Integer mutators #2968

Open YVbakker opened 1 week ago

YVbakker commented 1 week ago

This pull request will add the following mutators:

Integer nullification mutator

Changes numeric literal expressions of type integer into 0. 0 is not mutated.

Examples:

Integer negation mutator

Changes numeric literal expressions of type integer into the negated form. 0 cannot be negated.

Examples:

closes #2849

YVbakker commented 1 week ago

thanks for this PR. I let you answer inline code questions. You need to adjust integration test results, since adding a mutator changes them

Thanks for your feedback, I'll get back to it this week