| MultisetShouldContainAtLeastTimes |
Creates an error message stating that a given value appears in a Multiset fewer times than expected
|
| MultisetShouldContainAtMostTimes |
Creates an error message stating that a given value appears in a Multiset more times than expected
|
| MultisetShouldContainTimes |
Creates an error message stating that a given value appears in a Multiset a different number of to the expected value
|
| OptionalShouldBeAbsent |
Creates an error message indicating that an Optional which should be absent is actually present
|
| OptionalShouldBePresent |
Creates an error message indicating that an Optional which should be present is absent
|
| OptionalShouldBePresentWithValue |
Creates an error message indicating that an Optional should contain an expected value
|
| RangeSetShouldEnclose |
Creates an error message indicating that the given RangeSet does not enclose
neither another one RangeSet nor some set of
Range.
|
| RangeSetShouldEncloseAnyOf |
Creates an error message indicating that the given RangeSet does not enclose
at lease one element of expected objects.
|
| RangeSetShouldIntersect |
Creates an error message indicating that the given RangeSet does not intersect
either another one RangeSet or some set of Range.
|
| RangeSetShouldIntersectAnyOf |
Creates an error message indicating that the given RangeSet does not intersect
at lease one element of expected objects.
|
| RangeSetShouldNotEnclose |
|
| RangeSetShouldNotIntersect |
|
| RangeShouldBeClosedInTheLowerBound |
|
| RangeShouldBeClosedInTheUpperBound |
|
| RangeShouldBeOpenedInTheLowerBound |
|
| RangeShouldBeOpenedInTheUpperBound |
|
| RangeShouldHaveLowerEndpointEqual |
|
| RangeShouldHaveUpperEndpointEqual |
|
| ShouldContainKeys |
Creates an error message indicating that an assertion that verifies a map contains some keys failed.
|
| ShouldContainValues |
Creates an error message indicating that an assertion that verifies a map contains some values failed.
|
| ShouldHaveSameContent |
|
| ShouldHaveSize |
Creates an error message indicating that an assertion that verifies that a value have certain size failed.
|
| TableShouldContainCell |
|
| TableShouldContainColumns |
|
| TableShouldContainRows |
|
| TableShouldHaveColumnCount |
|
| TableShouldHaveRowCount |
|