PerformException.Builder

public static class PerformException.Builder
extends Object

java.lang.Object
   ↳ android.support.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

From class java.lang.Object

Public constructors

PerformException.Builder

PerformException.Builder ()

Public methods

build

PerformException build ()

Returns
PerformException

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