XmlSuiteResultFormatter.Runhistory

public static final class XmlSuiteResultFormatter.RunHistory
extends Object

java.lang.Object
😎 com.android.tradefed.result.suite.XmlSuiteResultFormatter.RunVerlauf


Hilfsobjekt für die JSON-Konvertierung.

Zusammenfassung

Felder

public String commandLineArgs

public long endTime

public long failedTests

public String hostName

public long passedTests

public long startTime

Öffentliche Konstruktoren

RunHistory()

Felder

BefehlszeilenArgs

public String commandLineArgs

endTime

public long endTime

fehlgeschlagene Tests

public long failedTests

Hostname

public String hostName

bestandene Tests

public long passedTests

Startzeit

public long startTime

Öffentliche Konstruktoren

Ausführungsverlauf

public RunHistory ()