org.easymock.internal

Class ExpectedInvocation


public class ExpectedInvocation
extends java.lang.Object

Constructor Summary

ExpectedInvocation(Invocation invocation, List matchers)

Method Summary

boolean
equals(Object o)
Method
getMethod()
int
hashCode()
boolean
matches(Invocation actual)
String
toString()
ExpectedInvocation
withMatcher(@SuppressWarnings("deprecation" )

Constructor Details

ExpectedInvocation

public ExpectedInvocation(Invocation invocation,
                          List matchers)

Method Details

equals

public boolean equals(Object o)

getMethod

public Method getMethod()

hashCode

public int hashCode()

matches

public boolean matches(Invocation actual)

toString

public String toString()

withMatcher

public ExpectedInvocation withMatcher(@SuppressWarnings("deprecation" )