Generated by
JDiff

Class org.springframework.test.util.AssertionErrors

Changed Methods
void assertEquals(String, Object, Object) Documentation changed from old to new.
Assert two objects are equal raise an AssertionError if not.
void assertTrue(String, boolean) Documentation changed from old to new.
Assert the given condition is {@code true} and raise an AssertionError if it is not.
void fail(String) Documentation changed from old to new.
Fails a test with the given message.
void fail(String, Object, Object) Documentation changed from old to new.
Fails a test with the given message passing along expected and actual values to be added to the message.