Package org.easymock.internal

Examples of org.easymock.internal.RecordState


   * Resets the mock control and the mock object to the state directly after
   * creation.
   */
    public final void reset() {
        behavior = behaviorFactory.createBehavior();
        state = new RecordState(behavior);
    }
View Full Code Here

TOP

Related Classes of org.easymock.internal.RecordState

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.