Package com.github.restdriver.matchers

Examples of com.github.restdriver.matchers.ContainingValue


     *
     * @param matcher The matcher to use for evaluation
     * @return The new matcher
     */
    public static TypeSafeMatcher<JsonNode> containingValue(Matcher<?> matcher) {
        return new ContainingValue(matcher);
    }
View Full Code Here

TOP

Related Classes of com.github.restdriver.matchers.ContainingValue

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.