Example usage for Java junit.framework ComparisonFailure fields, constructors, methods, implement or subclass
The text is from its open source code.
ComparisonFailure(String message, String expected, String actual) Constructs a comparison failure. |
String | getActual() Gets the actual string value |
Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
Class> | getClass() Returns the runtime class of this Object . |
String | getExpected() Gets the expected string value |
String | getMessage() Returns "..." |
StackTraceElement[] | getStackTrace() Provides programmatic access to the stack trace information printed by #printStackTrace() . |