pitest-descartes icon indicating copy to clipboard operation
pitest-descartes copied to clipboard

New mutation operator for enum values.

Open oscarlvp opened this issue 6 years ago • 0 comments

Add a new mutation operator to return enum values where possible. A way could be to specify in the configuration the fully qualified name of the class and then the enum field something like java.time.Month.APRIL. One of the challenges is to verify that the enum value exists. This could also work for static class fields.

oscarlvp avatar May 16 '18 08:05 oscarlvp