TestSummary.TypedString
public static class TestSummary.TypedString
extends Object
java.lang.Object | |
↳ | com.android.tradefed.result.TestSummary.TypedString |
Sommaire
Constructeurs publics | |
---|---|
TypedString (String string) | |
TypedString (String string, TestSummary.Type type) |
Méthodes publiques | |
---|---|
String | getString () |
TestSummary.Type | getType () |
String | toString () |
Constructeurs publics
TypedString
public TypedString (String string)
Paramètres | |
---|---|
string | String |
TypedString
public TypedString (String string, TestSummary.Type type)
Paramètres | |
---|---|
string | String |
type | TestSummary.Type |
Méthodes publiques
getString
public String getString ()
Retour | |
---|---|
String |
toString
public String toString ()
Retour | |
---|---|
String |