Interface | Description |
---|---|
MessageValidator |
A contract of a message validator.
|
Class | Description |
---|---|
DictionaryValidator |
Creates a dictionary of valid responses and use this to validate them in another run.
|
FileQueue<T extends Serializable> |
Stores items persistently to specified file.
|
PrintingValidator |
Prints the original message and its response for the validation by human eyes.
|
RegExpValidator |
Checks the message payload for the given regular expression.
|
RulesValidator |
Validates the message with the defined Drools rules.
|
ScriptValidator |
Validates messages using Java Script Engine and the provided script.
|
ValidationManager |
Validates message responses returned by
MessageSender
using a set of MessageValidator instances. |
ValidationTask |
A single unit of work for validator.
|
ValidatorUtil |
Utilities used for messages validation.
|
Enum | Description |
---|---|
ValidatorUtil.MessagePart |
Message part that is validated.
|
ValidatorUtil.Occurrence |
Message occurrence operator.
|
ValidatorUtil.Operator |
Validation operator applied to message part and validated value.
|
Exception | Description |
---|---|
ValidationException |
Indicates problems in message validation.
|
Copyright © 2010–2017 PerfCake Community. All rights reserved.