Uses of Enum Class
com.intuit.karate.Match.Type
Packages that use Match.Type
-
Uses of Match.Type in com.intuit.karate
Fields in com.intuit.karate declared as Match.TypeMethods in com.intuit.karate that return Match.TypeModifier and TypeMethodDescriptionstatic Match.TypeReturns the enum constant of this class with the specified name.static Match.Type[]Match.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.intuit.karate with parameters of type Match.TypeModifier and TypeMethodDescriptionstatic Match.ResultMatch.execute(JsEngine js, Match.Type matchType, Object actual, Object expected, boolean matchEachEmptyAllowed) Match.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.TypeModifier and TypeMethodDescriptionScenarioEngine.match(Match.Type matchType, Object actual, Object expected) ScenarioEngine.match(Match.Type matchType, String expression, String path, String rhs) voidScenarioEngine.matchResult(Match.Type matchType, String expression, String path, String expected)