static AssertionResult |
Script.assertBoolean(String expression,
ScenarioContext context) |
static AssertionResult |
AssertionResult.fail(String message) |
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) |
static AssertionResult |
Script.matchXml(MatchType matchType,
ScriptValue actual,
String path,
String expression,
ScenarioContext context) |