ComparisonFailure
  public
  
  
  
  class
  ComparisonFailure
  
  
  
  
  
  
  
  
  
  
    extends AssertionFailedError
  
  
  
  
  
  
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Error | |||
| ↳ | android.test.AssertionFailedError | |||
| ↳ | android.test.ComparisonFailure | |||
      This class was deprecated
      in API level 16.
    use org.junit.ComparisonFailure
  
Thrown when an assert equals for Strings failed.
Summary
| Public constructors | |
|---|---|
| 
      ComparisonFailure(String message, String expected, String actual)
       | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        String | 
      getMessage()
      Returns the detail message string of this throwable. | 
| Inherited methods | |
|---|---|
Public constructors
ComparisonFailure
    Added in API level 1
  
      
  
    public ComparisonFailure (String message, String expected, String actual)
| Parameters | |
|---|---|
| message | String | 
| expected | String | 
| actual | String | 
Public methods
getMessage
    Added in API level 1
  
      
  
    public String getMessage ()
Returns the detail message string of this throwable.
| Returns | |
|---|---|
| String | the detail message string of this Throwableinstance
          (which may benull). | 
