Uses of Class
com.intuit.karate.Match.Type
-
Packages that use Match.Type Package Description com.intuit.karate com.intuit.karate.core -
-
Uses of Match.Type in com.intuit.karate
Fields in com.intuit.karate declared as Match.Type Modifier and Type Field Description Match.TypeMatchStep. typeMethods in com.intuit.karate that return Match.Type Modifier and Type Method Description static Match.TypeMatch.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Match.Type[]Match.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.intuit.karate with parameters of type Match.Type Modifier and Type Method Description static Match.ResultMatch. execute(JsEngine js, Match.Type matchType, Object actual, Object expected)Match.ResultMatch.Value. is(Match.Type matchType, Object expected) -
Uses of Match.Type in com.intuit.karate.core
Methods in com.intuit.karate.core with parameters of type Match.Type Modifier and Type Method Description Match.ResultScenarioEngine. match(Match.Type matchType, Object actual, Object expected)Match.ResultScenarioEngine. match(Match.Type matchType, String expression, String path, String rhs)voidScenarioEngine. matchResult(Match.Type matchType, String expression, String path, String expected)
-