You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: