Java junit.framework ComparisonFailure fields, constructors, methods, implement or subclass

Example usage for Java junit.framework ComparisonFailure fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for junit.framework ComparisonFailure.

The text is from its open source code.

Constructor

Method

StringgetActual()
Gets the actual string value
ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
ClassgetClass()
Returns the runtime class of this Object .
StringgetExpected()
Gets the expected string value
StringgetMessage()
Returns "..."
StackTraceElement[]getStackTrace()
Provides programmatic access to the stack trace information printed by #printStackTrace() .