TestRunEventWithTestCase


abstract class TestRunEventWithTestCase : TestRunEvent

Known direct subclasses
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.

Known indirect subclasses
TestAssumptionFailureEvent

Denotes that the test ended with a TEST_ASSUMPTION_FAILURE.


Represents a TestRunEvent with an associated TestCaseInfo.

Summary

Public functions

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

Public properties

TestCaseInfo

The TestCaseInfo this event is associated with.

Public functions

writeToParcel

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

Public properties

testCase

val testCaseTestCaseInfo

The TestCaseInfo this event is associated with.