Most visited

Recently visited

Added in API level 1
Deprecated since API level 16

AssertionFailedError

public class AssertionFailedError
extends Error

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ android.test.AssertionFailedError
Known Direct Subclasses


This class was deprecated in API level 16.
use junit.framework.AssertionFailedError

Thrown when an assertion failed.

Summary

Public constructors

AssertionFailedError()

It is more typical to call AssertionFailedError(String).

AssertionFailedError(String errorMessage)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

AssertionFailedError

Added in API level 1
AssertionFailedError ()

It is more typical to call AssertionFailedError(String).

AssertionFailedError

Added in API level 1
AssertionFailedError (String errorMessage)

Parameters
errorMessage String

Hooray!