TestSummary.TypedString

public static class TestSummary.TypedString
extends Object

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


Summary

Public constructors

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

Public methods

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

Public constructors

TypedString

public TypedString (String string)

Parameters
string String

TypedString

public TypedString (String string, 
                TestSummary.Type type)

Parameters
string String

type TestSummary.Type

Public methods

getString

public String getString ()

Returns
String

getType

public TestSummary.Type getType ()

Returns
TestSummary.Type

toString

public String toString ()

Returns
String