Package | Description |
---|---|
org.perfcake.debug | |
org.perfcake.scenario | |
org.perfcake.validation |
Modifier and Type | Method and Description |
---|---|
static void |
PerfCakeDebug.reportValidationResult(MessageValidator validator,
boolean valid)
Reports a validation result.
|
static void |
PerfCakeDebug.reportValidatorName(String validatorId,
MessageValidator validator)
Reports validator class name.
|
Modifier and Type | Method and Description |
---|---|
ScenarioBuilder |
ScenarioBuilder.putMessageValidator(String validatorId,
MessageValidator messageValidator)
Puts a validator under the given key.
|
Modifier and Type | Class and Description |
---|---|
class |
DictionaryValidator
Creates a dictionary of valid responses and use this to validate them in another run.
|
class |
PrintingValidator
Prints the original message and its response for the validation by human eyes.
|
class |
RegExpValidator
Checks the message payload for the given regular expression.
|
class |
RulesValidator
Validates the message with the defined Drools rules.
|
class |
ScriptValidator
Validates messages using Java Script Engine and the provided script.
|
Modifier and Type | Method and Description |
---|---|
MessageValidator |
ValidationManager.getValidator(String validatorId)
Gets the validator with the given id.
|
Modifier and Type | Method and Description |
---|---|
List<MessageValidator> |
ValidationManager.getValidators(List<String> validatorIds)
Get all the validators requested in the list of ids.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationManager.addValidator(String validatorId,
MessageValidator messageValidator)
Adds a new message validator.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.