ListInstrumentationParser.InstrumentationTarget

public static class ListInstrumentationParser.InstrumentationTarget
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.ListInstrumentationParser.InstrumentationTarget


Resumo

Campos

public final String packageName

public final String runnerName

public final String targetName

Construtores públicos

InstrumentationTarget(String packageName, String runnerName, String targetName)

Métodos públicos

int compareTo(ListInstrumentationParser.InstrumentationTarget o)

boolean equals(Object object)

int hashCode()

boolean isShardable()

Retorna true se essa meta de instrumentação for fragmentável.

String toString()

Campos

packageName

public final String packageName

Nome do corredor

public final String runnerName

Nome do destino

public final String targetName

Construtores públicos

Objetivo de instrumentação

public InstrumentationTarget (String packageName, 
                String runnerName, 
                String targetName)

Parâmetros
packageName String

runnerName String

targetName String

Métodos públicos

compararTo

public int compareTo (ListInstrumentationParser.InstrumentationTarget o)

Parâmetros
o ListInstrumentationParser.InstrumentationTarget

Retorna
int

equals

public boolean equals (Object object)

Parâmetros
object Object

Retorna
boolean

hashCode

public int hashCode ()

Retorna
int

isShardable

public boolean isShardable ()

Retorna true se essa meta de instrumentação for fragmentável.

Retorna
boolean

toString

public String toString ()

Retorna
String