ListInstrumentationParser.InstrumentationTarget

public static class ListInstrumentationParser.InstrumentationTarget
extends Object

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


Résumé

Champs

public final String packageName

public final String runnerName

public final String targetName

Constructeurs publics

InstrumentationTarget(String packageName, String runnerName, String targetName)

Méthodes publiques

int compareTo(ListInstrumentationParser.InstrumentationTarget o)

boolean equals(Object object)

int hashCode()

boolean isShardable()

Renvoie true si cette cible d'instrumentation est segmentable.

String toString()

Champs

packageName

public final String packageName

Nom de coureur

public final String runnerName

Nomcible

public final String targetName

Constructeurs publics

Cible d'instrumentation

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

Paramètres
packageName String

runnerName String

targetName String

Méthodes publiques

comparerTo

public int compareTo (ListInstrumentationParser.InstrumentationTarget o)

Paramètres
o ListInstrumentationParser.InstrumentationTarget

Renvoie
int

equals

public boolean equals (Object object)

Paramètres
object Object

Renvoie
boolean

hashCode

public int hashCode ()

Renvoie
int

isShardable

public boolean isShardable ()

Renvoie true si cette cible d'instrumentation est segmentable.

Renvoie
boolean

toString

public String toString ()

Renvoie
String