TestRunEvent


public abstract class TestRunEvent implements Parcelable

Known direct subclasses
TestRunEventWithTestCase

Represents a TestRunEvent with an associated TestCaseInfo.

TestRunFinishedEvent

Denotes that the test ended with a TEST_RUN_FINISHED event.

Known indirect subclasses
TestAssumptionFailureEvent

Denotes that the test ended with a TEST_ASSUMPTION_FAILURE.

TestFailureEvent

Denotes that the test ended with a TEST_FAILURE.

TestFinishedEvent

Denotes that the test ended with a TEST_FINISHED.

TestIgnoredEvent

Denotes that the test ended with a TEST_IGNORED.

TestRunStartedEvent

Denotes that the test ended with a TEST_RUN_STARTED event.

TestStartedEvent

Denotes that the test ended with a TEST_STARTED.


Base class for all other TestRunEvents to extend.

Summary

Constants

static final Parcelable.Creator<TestRunEvent>

Public methods

int
void
writeToParcel(Parcel parcel, int i)

Inherited Constants

From android.os.Parcelable
static final int
static final int

Constants

CREATOR

public static final Parcelable.Creator<TestRunEventCREATOR

Public methods

describeContents

public int describeContents()

writeToParcel

public void writeToParcel(Parcel parcel, int i)