public final class CallPoint extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getRepetitionCount() |
StackTraceElement |
getStackTraceElement() |
void |
incrementRepetitionCount() |
boolean |
isSameLineInTestCode(CallPoint other) |
boolean |
isSameTestMethod(CallPoint other) |
public int getRepetitionCount()
@NotNull public StackTraceElement getStackTraceElement()
public void incrementRepetitionCount()
public boolean isSameLineInTestCode(@NotNull
CallPoint other)
public boolean isSameTestMethod(@NotNull
CallPoint other)
Copyright © 2014. All rights reserved.