class
Understands assertions for arrays.
class
class
Understands assertion methods for boolean
arrays.
class
Understands assertion methods for Boolean
s and boolean
s.
class
Understands assertion methods for byte
arrays.
class
Understands assertion methods for Byte
s and byte
s.
class
Understands assertion methods for char
arrays.
class
Understands assertion methods for Character
s and char
s.
class
Understands assertions for collections.
class
Understands a template for assertion methods, applicable to
Comparable
s.
class
Understands assertion methods for double
arrays.
class
Understands Assertion methods for Double
s and double
s.
class
Understands assertion methods for File
.
class
Understands assertion methods for float
arrays.
class
Understands assertion methods for Float
s and float
s.
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 Integer
s and int
s.
class
Understands a template for assertion methods related to groups of items (e.g.
class
Understands assertions for
List
s.
class
Understands assertion methods for long
arrays.
class
Understands assertion methods for Long
s and long
s.
class
Understands assertions for
Map
s.
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 Short
s and short
s.
class
Understands assertion methods for String
s.
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.