org.easymock.internal
Class ExpectedInvocationAndResult

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

public class ExpectedInvocationAndResult
extends Object
implements Serializable

Author:
OFFIS, Tammo Freese
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-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.