TestPlatformEvent


public abstract class TestPlatformEvent implements Parcelable

Known direct subclasses
TestCaseErrorEvent

This event is sent when an error is encountered while a test case is running.

TestCaseFinishedEvent

Marks the end of an individual test case and the overall status of that test.

TestCaseStartedEvent

Represents the start of an individual test case.

TestRunErrorEvent

This event is sent when an error is encountered in a test run but cannot be attributed to any specific test case.

TestRunFinishedEvent

This event indicates that all tests in a test run are finished running.

TestRunStartedEvent

This event should be sent once at the beginning of a test run to signal that more events will follow.


Base class for all other TestPlatformEvents to extend.

Summary

Nested types

Each derived class will return its corresponding EventType in instanceType.

Constants

static final Parcelable.Creator<TestPlatformEvent>

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<TestPlatformEventCREATOR

Public methods

describeContents

public int describeContents()

writeToParcel

public void writeToParcel(Parcel parcel, int i)