Markcanfly / mutator

Java mutation testing tool
3 stars 0 forks source link

Test-time mutation #5

Open Markcanfly opened 2 years ago

Markcanfly commented 2 years ago

Replace mutatable instructions in the AST with methods that are varied at test runtime. This will much increase the test suite's generation speed, sacrificing some of the execution speed.

Markcanfly commented 2 years ago

This does need a custom test runner to execute, to vary the mutation identifiers.