Package mockit.coverage
Class CallPoint
java.lang.Object
mockit.coverage.CallPoint
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@org.checkerframework.checker.index.qual.NonNegative int
void
boolean
isSameLineInTestCode
(CallPoint other) boolean
isSameTestMethod
(CallPoint other)
-
Method Details
-
getStackTraceElement
-
getRepetitionCount
public @org.checkerframework.checker.index.qual.NonNegative int getRepetitionCount() -
incrementRepetitionCount
public void incrementRepetitionCount() -
isSameTestMethod
-
isSameLineInTestCode
-