org.easymock.internal
Interface ILegacyMethods

All Superinterfaces:
ILegacyMatcherMethods
All Known Subinterfaces:
IMocksControlState
All Known Implementing Classes:
RecordState, ReplayState

public interface ILegacyMethods
extends ILegacyMatcherMethods


Method Summary
 void setDefaultReturnValue(java.lang.Object value)
           
 void setDefaultThrowable(java.lang.Throwable throwable)
           
 void setDefaultVoidCallable()
           
 
Methods inherited from interface org.easymock.internal.ILegacyMatcherMethods
setDefaultMatcher, setMatcher
 

Method Detail

setDefaultReturnValue

void setDefaultReturnValue(java.lang.Object value)

setDefaultThrowable

void setDefaultThrowable(java.lang.Throwable throwable)

setDefaultVoidCallable

void setDefaultVoidCallable()