TestRunEvent


abstract class TestRunEvent : 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

Public functions

Int
Unit
writeToParcel(parcel: Parcel!, i: Int)

Constants

CREATOR

const val CREATORParcelable.Creator<TestRunEvent!>!

Public functions

describeContents

fun describeContents(): Int

writeToParcel

fun writeToParcel(parcel: Parcel!, i: Int): Unit