| Class | Description |
|---|---|
| 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
|
| 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.
|
| ShouldHaveSize |
Creates an error message indicating that an assertion that verifies that a value have certain size failed.
|
| TableShouldContainCell | |
| TableShouldContainColumns | |
| TableShouldContainRows | |
| TableShouldHaveColumnCount | |
| TableShouldHaveRowCount |
Copyright © 2018 AssertJ. All rights reserved.