Functions
 FunctionDescription
 assertArrayEquals Asserts that two arrays are equal.
 assertByteArrayEquals Asserts that two ByteArrays are equal.
 assertEquals Asserts that two objects are equal.
 assertFalse Asserts that a condition is false.
 assertNotNull Asserts that an object isn't null.
 assertNotSame Asserts that two objects do not refer to the same object.
 assertNull Asserts that an object is null.
 assertSame Asserts that two objects refer to the same object.
 assertTrue Asserts that a condition is true.
 fail Fails a test with the given message.
 failNotEquals 
 failNotSame 
 failSame 
Classes
 ClassDescription
 AssertionFailedError Thrown when an assertion failed.