public class VerificationDataImpl extends Object implements VerificationData
Constructor and Description |
---|
VerificationDataImpl(List<Invocation> allInvocations,
InvocationMatcher wanted) |
Modifier and Type | Method and Description |
---|---|
List<Invocation> |
getAllInvocations() |
InvocationMatcher |
getWanted() |
public VerificationDataImpl(List<Invocation> allInvocations, InvocationMatcher wanted)
public List<Invocation> getAllInvocations()
getAllInvocations
in interface VerificationData
public InvocationMatcher getWanted()
getWanted
in interface VerificationData
Copyright © 2018. All rights reserved.