TestSummary.TypedString

public static class TestSummary.TypedString
extends Object

java.lang.Object
😎 com.android.tradefed.result.TestSummary.TypedString


Zusammenfassung

Öffentliche Konstruktoren

TypedString(String string)
TypedString(String string, TestSummary.Type type)

Öffentliche Methoden

String getString()
TestSummary.Type getType()
String toString()

Öffentliche Konstruktoren

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 ()

Returns
String

getType

public TestSummary.Type getType ()

Returns
TestSummary.Type

toString

public String toString ()

Returns
String