Package-level declarations
Types
A Description that is stored as a string.
BaseClass for all Matcher implementations.
A description of a Matcher. A Matcher will describe itself to a description which can later be used for reporting.
A matcher over acceptable values. A matcher is able to describe itself to give feedback when it fails.
The ability of an object to describe itself.
A Description that is stored as a string.
Functions
Asserts that two object arrays are equal. If they are not, an AssertionError is thrown. If expected and actual are null, they are considered equal.
ported from org.junit.Assert.assertArrayEquals
Asserts that actual satisfies the condition specified by matcher. If not, an AssertionError is thrown with information about the matcher and failing value. Example:
Asserts that actual satisfies the condition specified by matcher. If not, an AssertionError is thrown with the reason and information about the matcher and failing value. Example: