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

公共方法

获取字符串

public String getString ()

返回
String

getType

public TestSummary.Type getType ()

返回
TestSummary.Type

toString

public String toString ()

返回
String