Package org.jmock.constraint

Examples of org.jmock.constraint.IsEqual


    public MethodNameMatcher(Constraint constraint) {
        this.constraint = constraint;
    }

    public MethodNameMatcher(String methodName) {
        this(new IsEqual(methodName));
    }
View Full Code Here

TOP

Related Classes of org.jmock.constraint.IsEqual

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.