InvocationStatus

public class InvocationStatus
extends Object

java.lang.Object
   ↳ com.android.tradefed.cluster.InvocationStatus


Eine Klasse zum Speichern des Aufrufstatus.

Dazu gehören auch die Status der Testgruppen, die innerhalb der Aufrufe ausgeführt werden.

Zusammenfassung

Öffentliche Konstruktoren

InvocationStatus()

Öffentliche Methoden

void addTestGroupStatus(TestGroupStatus progress)
getTestGroupStatuses()
JSONObject toJSON()

Öffentliche Konstruktoren

InvocationStatus

public InvocationStatus ()

Öffentliche Methoden

addTestGroupStatus

public void addTestGroupStatus (TestGroupStatus progress)

Parameter
progress TestGroupStatus

getTestGroupStatuses

public  getTestGroupStatuses ()

Returns

toJSON

public JSONObject toJSON ()

Returns
JSONObject

Ausgabe
JSONException