XmlSuiteResultFormatter.RunHistory

public static final class XmlSuiteResultFormatter.RunHistory
extends Object

java.lang.Object
   ↳ com.android.tradefed.result.suite.XmlSuiteResultFormatter.RunHistory


JSON 変換のヘルパー オブジェクト。

概要

フィールド

public String commandLineArgs

public long endTime

public long failedTests

public String hostName

public long passedTests

public long startTime

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

RunHistory()

フィールド

コマンドライン引数

public String commandLineArgs

endTime

public long endTime

failedTests

public long failedTests

ホスト名

public String hostName

passTests

public long passedTests

startTime

public long startTime

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

RunHistory

public RunHistory ()