public class

TestExecutor.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.test.internal.runner.TestExecutor.Builder

Summary

Constructors
publicBuilder(Instrumentation instr)

Methods
public TestExecutor.BuilderaddRunListener(RunListener listener)

Adds a custom RunListener

public TestExecutorbuild()

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

Constructors

public Builder(Instrumentation instr)

Methods

public TestExecutor.Builder addRunListener(RunListener listener)

Adds a custom RunListener

Parameters:

listener: the listener to add

Returns:

the TestExecutor.Builder

public TestExecutor build()