org.mockito.internal.verification
Class VerificationDataImpl

java.lang.Object
  extended by org.mockito.internal.verification.VerificationDataImpl
All Implemented Interfaces:
VerificationData

public class VerificationDataImpl
extends java.lang.Object
implements VerificationData


Constructor Summary
VerificationDataImpl(InvocationContainer invocations, InvocationMatcher wanted)
           
 
Method Summary
 java.util.List<Invocation> getAllInvocations()
           
 InvocationMatcher getWanted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerificationDataImpl

public VerificationDataImpl(InvocationContainer invocations,
                            InvocationMatcher wanted)
Method Detail

getAllInvocations

public java.util.List<Invocation> getAllInvocations()
Specified by:
getAllInvocations in interface VerificationData

getWanted

public InvocationMatcher getWanted()
Specified by:
getWanted in interface VerificationData