org.easymock.internal
Class ExpectedInvocationAndResult

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

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

See Also:
Serialized Form

Constructor Summary
ExpectedInvocationAndResult(ExpectedInvocation expectedInvocation, Result result)
           
 
Method Summary
 ExpectedInvocation getExpectedInvocation()
           
 Result getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpectedInvocationAndResult

public ExpectedInvocationAndResult(ExpectedInvocation expectedInvocation,
                                   Result result)
Method Detail

getExpectedInvocation

public ExpectedInvocation getExpectedInvocation()

getResult

public Result getResult()


Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>