Package com.intuit.karate
Class Match
- java.lang.Object
-
- com.intuit.karate.Match
-
public class Match extends Object
- Author:
- pthomas3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatch.Resultstatic classMatch.Typestatic classMatch.Value
-
Constructor Summary
Constructors Constructor Description Match()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Match.Valueevaluate(Object actual)static Match.Resultexecute(JsEngine js, Match.Type matchType, Object actual, Object expected)static ObjectparseIfJsonOrXmlString(Object o)static Match.Valuethat(Object actual)
-
-
-
Method Detail
-
execute
public static Match.Result execute(JsEngine js, Match.Type matchType, Object actual, Object expected)
-
evaluate
public static Match.Value evaluate(Object actual)
-
that
public static Match.Value that(Object actual)
-
-