PerformException.Builder
Kotlin
|Java
public
static
class
PerformException.Builder
extends Object
| java.lang.Object | |
| ↳ | androidx.test.espresso.PerformException.Builder |
Builder for PerformException.
Summary
Public constructors | |
|---|---|
PerformException.Builder()
|
|
Public methods | |
|---|---|
PerformException
|
build()
|
PerformException.Builder
|
from(PerformException instance)
|
PerformException.Builder
|
withActionDescription(String actionDescription)
|
PerformException.Builder
|
withCause(Throwable cause)
|
PerformException.Builder
|
withViewDescription(String viewDescription)
|
Inherited methods | |
|---|---|
java.lang.Object
| |
Public constructors
PerformException.Builder
PerformException.Builder ()
Public methods
from
PerformException.Builder from (PerformException instance)
| Parameters | |
|---|---|
instance |
PerformException |
| Returns | |
|---|---|
PerformException.Builder |
|
withActionDescription
PerformException.Builder withActionDescription (String actionDescription)
| Parameters | |
|---|---|
actionDescription |
String |
| Returns | |
|---|---|
PerformException.Builder |
|
withCause
PerformException.Builder withCause (Throwable cause)
| Parameters | |
|---|---|
cause |
Throwable |
| Returns | |
|---|---|
PerformException.Builder |
|
withViewDescription
PerformException.Builder withViewDescription (String viewDescription)
| Parameters | |
|---|---|
viewDescription |
String |
| Returns | |
|---|---|
PerformException.Builder |
|
Interfaces
Classes
Exceptions

