class
Understands assertions for arrays.
class
class
Understands assertion methods for boolean arrays.
class
Understands assertion methods for Booleans and booleans.
class
Understands assertion methods for byte arrays.
class
Understands assertion methods for Bytes and bytes.
class
Understands assertion methods for char arrays.
class
Understands assertion methods for Characters and chars.
class
Understands assertions for collections.
class
Understands a template for assertion methods, applicable to
Comparables.
class
Understands assertion methods for double arrays.
class
Understands Assertion methods for Doubles and doubles.
class
Understands assertion methods for File.
class
Understands assertion methods for float arrays.
class
Understands assertion methods for Floats and floats.
class
Understands a template for assertion methods related to classes representing groups of values.
class
Understands assertion methods for images.
class
Understands assertion methods for int arrays.
class
Understands assert method for Integers and ints.
class
Understands a template for assertion methods related to groups of items (e.g.
class
Understands assertions for
Lists.
class
Understands assertion methods for long arrays.
class
Understands assertion methods for Longs and longs.
class
Understands assertions for
Maps.
class
Understands assertions for Object arrays.
class
Understands assertion methods for objects.
class
Understands a template for assertion methods related to arrays or collections.
class
Understands assertion methods for short arrays.
class
Understands assertion methods for Shorts and shorts.
class
Understands assertion methods for Strings.
class
Sets the description of the actual value, to be used in as message of any
AssertionError
thrown when an assertion fails.
Sets the description of the actual value, to be used in as message of any
AssertionError
thrown when an assertion fails.
Verifies that the actual value does not satisfy the given condition.
Verifies that the actual value is equal to the given one.
Verifies that the actual value is not equal to the given one.
Verifies that the actual value is not null.
Verifies that the actual value is not the same as the given one.
Verifies that the actual value is the same as the given one.
Replaces the default message displayed in case of a failure with the given one.
Verifies that the actual value satisfies the given condition.