org.easymock.internal
Class ExpectedInvocationAndResults

java.lang.Object
  extended by org.easymock.internal.ExpectedInvocationAndResults
All Implemented Interfaces:
java.io.Serializable

public class ExpectedInvocationAndResults
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ExpectedInvocationAndResults(ExpectedInvocation expectedInvocation, Results results)
           
 
Method Summary
 ExpectedInvocation getExpectedInvocation()
           
 Results getResults()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpectedInvocationAndResults

public ExpectedInvocationAndResults(ExpectedInvocation expectedInvocation,
                                    Results results)
Method Detail

getExpectedInvocation

public ExpectedInvocation getExpectedInvocation()

getResults

public Results getResults()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object