Package-level declarations
Types
Base class for creating matchers for arrays. It allows creating single implementation for all array types using matchesElements.
Contains matchers for collections
Functions
Matches a BooleanArray with all elements matching predicate
Matches a DoubleArray with all elements matching predicate
Matches a FloatArray with all elements matching predicate
Matches a ShortArray with all elements matching predicate
Matches a UByteArray with all elements matching predicate
Matches a ULongArray with all elements matching predicate
Matches a UShortArray with all elements matching predicate
Matches a BooleanArray with any element matching predicate
Matches a DoubleArray with any element matching predicate
Matches a FloatArray with any element matching predicate
Matches a ShortArray with any element matching predicate
Matches a UByteArray with any element matching predicate
Matches a ULongArray with any element matching predicate
Matches a UShortArray with any element matching predicate
Matches an Array that is equal to array with contentDeepEquals.
Matches an BooleanArray that has the same content as array.
Matches an DoubleArray that has the same content as array.
Matches an FloatArray that has the same content as array.
Matches an ShortArray that has the same content as array.
Matches an UByteArray that has the same content as array.
Matches an ULongArray that has the same content as array.
Matches an UShortArray that has the same content as array.