szpak / gradle-pitest-plugin

Gradle plugin for PIT Mutation Testing
http://gradle-pitest-plugin.solidsoft.info/
214 stars 58 forks source link

Added test to check exclusion of certain mutators #303

Closed npathai closed 2 years ago

npathai commented 2 years ago

With PIT version 1.7.3, exclusion of mutators is possible using "-UOI" syntax.

So added a test case in order to verify that such configuration does not cause any issue in plugin code and configuration is passed to plugin as per expectation.

https://github.com/hcoles/pitest/issues/954

szpak commented 2 years ago

Thanks @npathai.