TestRunStartedEvent


class TestRunStartedEvent : TestPlatformEvent


This event should be sent once at the beginning of a test run to signal that more events will follow. This should always be the first event that is sent - before any tests are actually run.

See also
TestRunFinishedEvent

to report that a test run is finished.

TestCaseStartedEvent

to report individual test cases have begun.

Summary

Public constructors

Creates a TestRunStartedEvent from an Parcel.

TestRunStartedEvent(testRun: TestRunInfo, timeStamp: TimeStamp)

Creates a TestRunStartedEvent.

Public functions

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

Public properties

TestRunInfo!
TimeStamp!

Public constructors

TestRunStartedEvent

TestRunStartedEvent(source: Parcel!)

Creates a TestRunStartedEvent from an Parcel.

Parameters
source: Parcel!

Parcel to create the TestRunStartedEvent from.

TestRunStartedEvent

TestRunStartedEvent(testRun: TestRunInfo, timeStamp: TimeStamp)

Creates a TestRunStartedEvent.

Parameters
testRun: TestRunInfo

the test run that started.

timeStamp: TimeStamp

the time this test run started.

Public functions

writeToParcel

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

Public properties

testRun

val testRunTestRunInfo!

timeStamp

val timeStampTimeStamp!