TestPlatformEvent


abstract class TestPlatformEvent : 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.

Public functions

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

Constants

CREATOR

const val CREATORParcelable.Creator<TestPlatformEvent!>!

Public functions

describeContents

fun describeContents(): Int

writeToParcel

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