Class Mutation
java.lang.Object
com.parasoft.findings.jenkins.coverage.model.Mutation
- All Implemented Interfaces:
Serializable
Class which represents a mutation of the PIT Mutation Testing tool.
- Author:
- Melissa Bauer
- See Also:
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getMutatedClass
-
getMethod
-
getSignature
-
getDescription
-
isDetected
public boolean isDetected() -
getStatus
-
isValid
public boolean isValid() -
isCovered
public boolean isCovered() -
isMissed
public boolean isMissed() -
getLine
public int getLine() -
getMutator
-
getKillingTest
-
isKilled
public boolean isKilled()Returns if the mutation was killed.- Returns:
- if the mutation was killed
-
hasSurvived
public boolean hasSurvived()Returns if the mutation has survived.- Returns:
- if the mutation has survived
-
toString
-
equals
-
hashCode
public int hashCode()
-