|
Class Summary |
| AssertEqualsValidator |
Asserts that the two provider parameters are equal |
| AssertNotEqualsValidator |
Asserts that the two provider parameters are equal |
| AssertNotNullValidator |
Asserts that the single parameter is not null |
| AssertNullValidator |
Asserts that the single parameter is null |
| CurrentTimeExtractor |
Extracts the current time on the format: 'yyyy-MM-dd'T'HH:mm:ss.SSSZ'
A single parameter can be provided to specify the number of minutes to add to
or substract from the current time (5 adds five minuts -120 subtracts to
hours ) |
| DelaySeconds |
Delay execution the number of seconds specifed by the first parameter |
| DelayUntil |
Suspend execution until the time specifed by the first parameter (on the
format yyyy-MM-dd'T'HH:mm:ss.SSSZ, i.e: 2008-07-04T12:08:56.235+0100) |
| ForwardingMessageBuilder |
Build a message identical to the last incoming message |
| GreedyMessageSelector |
Selects all messages |
| NodeMessageCountValidator |
Asserts that the number of messages recived by the node specified by the
first parameter (by name) equals the number specifed in the second parameter |
| RandomIntExtractor |
Extracts a random integer value |