| Class | Description |
|---|---|
| Assert |
Entry point for all the functionality in the "Assertion framework".
|
| AssertBuilder |
Class provides ability to construct (or throw) an assert error with multiple assert results.
|
| AssertResult | |
| ComparisonAssertResult | |
| NumberMatchers |
Class provides static factory methods for custom Hamcrest matchers related to numbers.
|
| UberMatchers |
Class provides static factory methods for custom Hamcrest matchers provided by the library.
|
| Error | Description |
|---|---|
| AssertError |
Required to have at least one
AssertResult. |