AssertionFailedError
open classAssertionFailedError: 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(errorMessage: String!) |
Public constructors
AssertionFailedError
Added in API level 1
AssertionFailedError()
It is more typical to call AssertionFailedError(java.lang.String)
.