Added in API level 1
Deprecated in API level 16

AssertionFailedError

open class AssertionFailedError : Error
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Error
   ↳ android.test.AssertionFailedError

Thrown when an assertion failed.

Summary

Public constructors

It is more typical to call AssertionFailedError(java.lang.String).

AssertionFailedError(errorMessage: String!)

Public constructors

AssertionFailedError

Added in API level 1
AssertionFailedError()

It is more typical to call AssertionFailedError(java.lang.String).

AssertionFailedError

Added in API level 1
AssertionFailedError(errorMessage: String!)