TestRunStartedEvent


class TestRunStartedEvent : TestRunEventWithTestCase


Denotes that the test ended with a TEST_RUN_STARTED event. It has the TestCaseInfo object to denote which case this event is associated to.

Summary

Public constructors

Constructor to create TestRunStartedEvent.

Inherited properties

From androidx.test.services.events.run.TestRunEventWithTestCase
TestCaseInfo

The TestCaseInfo this event is associated with.

Public constructors

TestRunStartedEvent

TestRunStartedEvent(testCase: TestCaseInfo)

Constructor to create TestRunStartedEvent.

Parameters
testCase: TestCaseInfo

the test case that this event is for.