Android APIs
public static class

PerformException.Builder

extends Object
java.lang.Object
   ↳ android.support.test.espresso.PerformException.Builder

Class Overview

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)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PerformException.Builder ()

Public Methods

public PerformException build ()

public PerformException.Builder withActionDescription (String actionDescription)

public PerformException.Builder withCause (Throwable cause)

public PerformException.Builder withViewDescription (String viewDescription)