public static class

PerformException.Builder

extends Object
java.lang.Object
   ↳ androidx.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 from (PerformException instance)

Parameters
instance PerformException
Returns
PerformException.Builder

public PerformException.Builder withActionDescription (String actionDescription)

Parameters
actionDescription String
Returns
PerformException.Builder

public PerformException.Builder withCause (Throwable cause)

Parameters
cause Throwable
Returns
PerformException.Builder

public PerformException.Builder withViewDescription (String viewDescription)

Parameters
viewDescription String
Returns
PerformException.Builder