public class

RunnerArgs.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.test.internal.runner.RunnerArgs.Builder

Overview

Builder for RunnerArgs.

Summary

Fields
public java.lang.StringshellExecBinderKey

Constructors
publicBuilder()

Methods
public RunnerArgsbuild()

public RunnerArgs.BuilderfromBundle(Instrumentation instr, Bundle bundle)

Populate the arg data from the given Bundle.

public RunnerArgs.BuilderfromManifest(Instrumentation instr)

Populate the arg data from the instrumentation:metadata attribute in Manifest.

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

Fields

public java.lang.String shellExecBinderKey

Constructors

public Builder()

Methods

public RunnerArgs.Builder fromBundle(Instrumentation instr, Bundle bundle)

Populate the arg data from the given Bundle.

Note: This will override any manifest-provided args

public RunnerArgs.Builder fromManifest(Instrumentation instr)

Populate the arg data from the instrumentation:metadata attribute in Manifest.

public RunnerArgs build()