Stan wywołania

public class InvocationStatus
extends Object

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


Klasa do przechowywania stanu wywołania.

Obejmuje to też stany grup testowych działających w ramach wywołania.

Podsumowanie

Konstruktory publiczne

InvocationStatus()

Metody publiczne

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

Konstruktory publiczne

Stan wywołania

public InvocationStatus ()

Metody publiczne

addTestGroupStatus

public void addTestGroupStatus (TestGroupStatus progress)

Parametry
progress TestGroupStatus

getTestGroupStatuses (stany grupTestowych)

public  getTestGroupStatuses ()

Zwroty

JSON

public JSONObject toJSON ()

Zwroty
JSONObject

Rzuty
JSONException