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 |
toString
public String toString ()
返回 | |
---|---|
String |