Uses of Class
mockit.coverage.CallPoint
Packages that use CallPoint
-
Uses of CallPoint in mockit.coverage
Methods in mockit.coverage with parameters of type CallPointModifier and TypeMethodDescriptionbooleanCallPoint.isSameLineInTestCode(CallPoint other) booleanCallPoint.isSameTestMethod(CallPoint other) -
Uses of CallPoint in mockit.coverage.lines
Methods in mockit.coverage.lines that return types with arguments of type CallPointMethods in mockit.coverage.lines with parameters of type CallPointModifier and TypeMethodDescription@NonNegative intPerFileLineCoverage.registerExecution(@NonNegative int line, @NonNegative int branchIndex, CallPoint callPoint) @NonNegative intPerFileLineCoverage.registerExecution(@NonNegative int line, CallPoint callPoint) -
Uses of CallPoint in mockit.coverage.reporting
Method parameters in mockit.coverage.reporting with type arguments of type CallPointModifier and TypeMethodDescriptionvoidListOfCallPoints.insertListOfCallPoints(List<CallPoint> callPoints)