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 TypeMethodDescriptionboolean
CallPoint.isSameLineInTestCode
(CallPoint other) boolean
CallPoint.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@org.checkerframework.checker.index.qual.NonNegative int
PerFileLineCoverage.registerExecution
(@org.checkerframework.checker.index.qual.NonNegative int line, @org.checkerframework.checker.index.qual.NonNegative int branchIndex, CallPoint callPoint) @org.checkerframework.checker.index.qual.NonNegative int
PerFileLineCoverage.registerExecution
(@org.checkerframework.checker.index.qual.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 TypeMethodDescriptionvoid
ListOfCallPoints.insertListOfCallPoints
(List<CallPoint> callPoints)