Package | Description |
---|---|
com.consol.citrus.validation.json |
Modifier and Type | Method and Description |
---|---|
protected Class<JsonMessageValidationContext> |
JsonTextMessageValidator.getRequiredValidationContextType() |
Modifier and Type | Method and Description |
---|---|
void |
JsonTextMessageValidator.validateJson(String elementName,
net.minidev.json.JSONObject receivedJson,
net.minidev.json.JSONObject controlJson,
JsonMessageValidationContext validationContext,
TestContext context,
com.jayway.jsonpath.ReadContext readContext)
Validates JSON text with comparison to expected control JSON object.
|
void |
JsonTextMessageValidator.validateMessage(Message receivedMessage,
Message controlMessage,
TestContext context,
JsonMessageValidationContext validationContext) |
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.