TestSummary.TypedString
public static class TestSummary.TypedString
extends Object
java.lang.Object | |
↳ | com.android.tradefed.result.TestSummary.TypedString |
Zusammenfassung
Öffentliche Konstrukteure | |
---|---|
TypedString (String string) | |
TypedString (String string, TestSummary.Type type) |
Öffentliche Methoden | |
---|---|
String | getString () |
TestSummary.Type | getType () |
String | toString () |
Öffentliche Konstrukteure
TypedString
public TypedString (String string)
Parameter | |
---|---|
string | String |
TypedString
public TypedString (String string, TestSummary.Type type)
Parameter | |
---|---|
string | String |
type | TestSummary.Type |
Öffentliche Methoden
getString
public String getString ()
Kehrt zurück | |
---|---|
String |
toString
public String toString ()
Kehrt zurück | |
---|---|
String |