{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public final class NoActivityResumedException extends RuntimeException implements EspressoException
| java.lang.Object | ||||
| ↳ | kotlin.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | androidx.test.espresso.NoActivityResumedException | |||
An exception which indicates that there are no activities in stage RESUMED.
Public constructors |
|
|---|---|
NoActivityResumedException(String description) |
|
NoActivityResumedException(String description, Throwable cause) |
|
Inherited methods |
|
|---|---|