com.github.sarahbuisson:pitest-kotlin-extension

Extension for the project Pitest - ignore kotlin generated code


License
Apache-2.0

Documentation

#pitest-extensions

Extension plugins for the pitest mutation plugin:

original plugin: http://pitest.org/

pitest-annotation-extension

extention to the pitest plugin, in order to ignore the mutation on the code generated by annotations (like lombock, etc.)

more detail here:https://github.com/sarahBuisson/pitest-extensions/blob/master/pitest-annotation-extension

pitest-scm-extension

Extension to the pitest plugin, in order to only mutate the class of code who have been updated between two branches, refs, etc. currently only work with git.

more detail here:https://github.com/sarahBuisson/pitest-extensions/blob/master/pitest-annotation-extension

pitest-kotlin-extension

Extension to the pitest plugin, in order to ignore the mutation on the code generated by some kotlin keywords.

more detail here:https://github.com/sarahBuisson/pitest-extensions/blob/master/pitest-kotlin-extension