org.easymock.internal
Class ExpectedInvocationAndResults

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

public class ExpectedInvocationAndResults
extends Object
implements Serializable

Author:
OFFIS, Tammo Freese
See Also:
Serialized Form

Constructor Summary
ExpectedInvocationAndResults(ExpectedInvocation expectedInvocation, Results results)
           
 
Method Summary
 ExpectedInvocation getExpectedInvocation()
           
 Results getResults()
           
 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 String toString()
Overrides:
toString in class Object


Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.