As a part of this issue, we have to kill the mutation listed below and remove the suppression from pitest xxxx suppression.xml
To understanding how to kill the mutation
Visit Wiki page, Pitest-docs and expected actions and workflow at #12341.
Target is to remove all <mutation from Pitest-java-ast-visitor
Attention!!!!
No pure unit testing, all should be covered by execution of whole Check or Filter. In other words xxxxCheckTest should be extended with usage of verifyxxxx methods. If that is not possible, please share reasoning and we can allow pure unit test with bit comment above method to cover mutation.
As a part of this issue, we have to kill the mutation listed below and remove the suppression from pitest xxxx suppression.xml
To understanding how to kill the mutation
Visit Wiki page, Pitest-docs and expected actions and workflow at #12341.
Target is to remove all
<mutationfrom Pitest-java-ast-visitorAttention!!!!
No pure unit testing, all should be covered by execution of whole Check or Filter. In other words xxxxCheckTest should be extended with usage of verifyxxxx methods. If that is not possible, please share reasoning and we can allow pure unit test with bit comment above method to cover mutation.