| Package | Description |
|---|---|
| com.intuit.karate | |
| com.intuit.karate.core |
| Modifier and Type | Method and Description |
|---|---|
static AssertionResult |
Script.matchFailed(MatchType matchType,
String path,
Object actObject,
Object expObject,
String reason) |
static AssertionResult |
Script.matchJsonOrObject(MatchType matchType,
ScriptValue actual,
String path,
String expression,
ScenarioContext context) |
static AssertionResult |
Script.matchNamed(MatchType matchType,
String expression,
String path,
String expected,
ScenarioContext context) |
static AssertionResult |
Script.matchNestedObject(char delimiter,
String path,
MatchType matchType,
Object actRoot,
Object actParent,
Object actObject,
Object expObject,
ScenarioContext context) |
static AssertionResult |
Script.matchScriptValue(MatchType matchType,
ScriptValue actual,
String path,
String expected,
ScenarioContext context) |
static AssertionResult |
Script.matchString(MatchType matchType,
ScriptValue actual,
String expected,
String path,
ScenarioContext context) |
static AssertionResult |
Script.matchStringOrPattern(char delimiter,
String path,
MatchType stringMatchType,
Object actRoot,
Object actParent,
ScriptValue actValue,
String expected,
ScenarioContext context) |
Match |
Match.matchText(String exp,
MatchType matchType) |
static AssertionResult |
Script.matchXml(MatchType matchType,
ScriptValue actual,
String path,
String expression,
ScenarioContext context) |
| Modifier and Type | Field and Description |
|---|---|
MatchType |
MatchStep.type |
| Modifier and Type | Method and Description |
|---|---|
static MatchType |
MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchType[] |
MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioContext.match(MatchType matchType,
String name,
String path,
String expected) |
Copyright © 2019. All rights reserved.