Package org.mockito.verification

Examples of org.mockito.verification.After


     * @param millis - time span in milliseconds
     *
     * @return verification mode
     */
    public static VerificationAfterDelay after(int millis) {
        return new After(millis, VerificationModeFactory.times(1));
    }
View Full Code Here

TOP

Related Classes of org.mockito.verification.After

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.