# Print output for @column tags ?>
public
class
ComparisonFailure
extends AssertionFailedError
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Error | |||
↳ | android.test.AssertionFailedError | |||
↳ | android.test.ComparisonFailure |
This class is deprecated.
use org.junit.ComparisonFailure
Thrown when an assert equals for Strings failed.
Public constructors | |
---|---|
ComparisonFailure(String message, String expected, String actual)
|
Public methods | |
---|---|
String
|
getMessage()
Returns the detail message string of this throwable. |
Inherited methods | |
---|---|
public ComparisonFailure (String message, String expected, String actual)
Parameters | |
---|---|
message |
String |
expected |
String |
actual |
String |