public class

PerformException.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.test.espresso.PerformException.Builder

Overview

Builder for PerformException.

Summary

Constructors
publicBuilder()

Methods
public PerformExceptionbuild()

public PerformException.Builderfrom(PerformException instance)

public PerformException.BuilderwithActionDescription(java.lang.String actionDescription)

public PerformException.BuilderwithCause(java.lang.Throwable cause)

public PerformException.BuilderwithViewDescription(java.lang.String viewDescription)

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public Builder()

Methods

public PerformException.Builder withActionDescription(java.lang.String actionDescription)

public PerformException.Builder withViewDescription(java.lang.String viewDescription)

public PerformException.Builder withCause(java.lang.Throwable cause)

public PerformException build()