Class ReplayState

  • All Implemented Interfaces:
    java.io.Serializable, IMocksControlState

    public class ReplayState
    extends java.lang.Object
    implements IMocksControlState, java.io.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.
    See Also:
    Serialized Form