TestSummary.TypedString

public static class TestSummary.TypedString
extends Object

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


概要

パブリック コンストラクタ

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

パブリック メソッド

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

パブリック コンストラクタ

型付き文字列

public TypedString (String string)

パラメータ
string String

型付き文字列

public TypedString (String string, 
                TestSummary.Type type)

パラメータ
string String

type TestSummary.Type

パブリック メソッド

getString

public String getString ()

戻り値
String

getType

public TestSummary.Type getType ()

戻り値
TestSummary.Type

toString

public String toString ()

戻り値
String