Class CallPoint

java.lang.Object
mockit.coverage.CallPoint
All Implemented Interfaces:
Serializable

public final class CallPoint extends Object implements Serializable
See Also:
  • Method Details

    • getStackTraceElement

      @NonNull public StackTraceElement getStackTraceElement()
    • getRepetitionCount

      public @org.checkerframework.checker.index.qual.NonNegative int getRepetitionCount()
    • incrementRepetitionCount

      public void incrementRepetitionCount()
    • isSameTestMethod

      public boolean isSameTestMethod(@NonNull CallPoint other)
    • isSameLineInTestCode

      public boolean isSameLineInTestCode(@NonNull CallPoint other)