Issue #13809: Kill mutation in pitest-api profile#13810
Issue #13809: Kill mutation in pitest-api profile#13810romani merged 1 commit intocheckstyle:masterfrom
Conversation
| import nl.jqno.equalsverifier.EqualsVerifierReport; | ||
|
|
||
| public class ViolationTest { | ||
| public class ViolationTest extends AbstractModuleTestSupport { |
There was a problem hiding this comment.
Violation class is not a module.
can you move test to InterfaceMemberImpliedModifierCheckTest?
and just execution InterfaceMemberImpliedModifierCheckTest in api group of pitest.
There was a problem hiding this comment.
This test case was just found by just hit and trial by run all the check in local for API group and generating pit report.
I have include this test so that for a single test we can avoid all test execution.
There was a problem hiding this comment.
I understand this.
I hope one day we will find a way to run single test by pitest config.
This is good feeback point to pitest project.
|
|
||
| package com.puppycrawl.tools.checkstyle.api.violation; | ||
|
|
||
| public interface InputViolation1 { |
There was a problem hiding this comment.
name it InputTwoViolationOnSameLine
There was a problem hiding this comment.
Issue #13809: Kill mutation in pitest-api profile
Just test added.