VerificationDatapublic class VerificationDataImpl extends java.lang.Object implements VerificationData
| Constructor | Description |
|---|---|
VerificationDataImpl(InvocationContainer invocations,
InvocationMatcher wanted) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Invocation> |
getAllInvocations() |
|
InvocationMatcher |
getWanted() |
public VerificationDataImpl(InvocationContainer invocations, InvocationMatcher wanted)
public java.util.List<Invocation> getAllInvocations()
getAllInvocations in interface VerificationDatapublic InvocationMatcher getWanted()
getWanted in interface VerificationData