Package org.pitest.mutationtest
Class ClassHistory
- java.lang.Object
-
- org.pitest.mutationtest.ClassHistory
-
- All Implemented Interfaces:
Serializable
public class ClassHistory extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassHistory(HierarchicalClassId id, String coverageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCoverageId()HierarchicalClassIdgetId()ClassNamegetName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ClassHistory
public ClassHistory(HierarchicalClassId id, String coverageId)
-
-
Method Detail
-
getId
public HierarchicalClassId getId()
-
getCoverageId
public String getCoverageId()
-
getName
public ClassName getName()
-
-