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 peut être partitionnée.

String toString()

Champs

packageName

public final String packageName

runnerName

public final String runnerName

targetName

public final String targetName

Constructeurs publics

InstrumentationTarget

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

Paramètres
packageName String

runnerName String

targetName String

Méthodes publiques

compareTo

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 peut être partitionnée.

Renvoie
boolean

toString

public String toString ()

Renvoie
String