Skip to content
TestingModesModesUnitMutation

Mutation

What it is

Stryker-style. Mutate the code under test (flip booleans, replace operators), verify the existing tests catch the mutation. Proves your tests can catch bugs at all.

When to use it

Suspected over-loose test coverage on critical code.

Example gates

No production gate yet. Stryker integration is a future slice.

See also

On this page