public class VerificationDataImpl extends java.lang.Object implements VerificationData
| Constructor and Description |
|---|
VerificationDataImpl(InvocationContainer invocations,
InvocationMatcher wanted) |
| Modifier and Type | Method and 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