Module org.easymock

Class ReplayState

java.lang.Object
org.easymock.internal.ReplayState
All Implemented Interfaces:
Serializable, IMocksControlState

public class ReplayState extends Object implements IMocksControlState, Serializable
A mock has two states, record and replay. This class handles the replay state where we return all recorded invocation for a method call on a mock.
Author:
OFFIS, Tammo Freese
See Also: