|
Class Summary |
| AssertEquals |
Class AssertEquals either asserts the number of constructor values is equal
to the number of arguments to the assertion and each value is equal to its corresponding argument. |
| AssertEqualsAll |
Class AssertEqualsAll asserts that every value in the argument values Tuple is equal to the value
provided on the constructor. |
| AssertExpression |
Class AssertExpression dynamically resolves a given expression using argument Tuple values. |
| AssertGroupBase |
|
| AssertGroupSizeEquals |
Class AssertGroupSizeEquals is an GroupAssertion that asserts the number of items in the current group
is equal the given size. |
| AssertGroupSizeLessThan |
Class AssertGroupSizeEquals is an GroupAssertion that asserts the number of items in the current group
is less than the given size. |
| AssertGroupSizeMoreThan |
Class AssertGroupSizeEquals is an GroupAssertion that asserts the number of items in the current group
is more than the given size. |
| AssertionBase |
|
| AssertMatches |
Class AssertMatches matches the given regular expression patternString against the whole argument
Tuple by joining each individual element of the Tuple with a tab character (\t). |
| AssertMatchesAll |
Class AssertMatchesAll matches the given regular expression patternString against each argument
Tuple element individually. |
| AssertNotNull |
Class AssertNotNull asserts that every value in the argument values Tuple is not a null value. |
| AssertNull |
Class AssertNull asserts that every value in the argument values Tuple is a null value. |
| AssertSizeEquals |
Class AssertSizeEquals asserts that the current Tuple in the stream is exactly the given size. |
| AssertSizeLessThan |
Class AssertSizeLessThan asserts that the current Tuple in the stream has a size less than (<) the given size. |
| AssertSizeMoreThan |
Class AssertSizeMoreThan asserts that the current Tuple in the stream has a size more than (>) the given size. |