TestStartedEvent


class TestStartedEvent : TestRunEventWithTestCase


Denotes that the test ended with a TEST_STARTED. It has the TestCaseInfo object that this event is associated with.

Summary

Public constructors

Creates a TestStartedEvent.

Inherited properties

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

The TestCaseInfo this event is associated with.

Public constructors

TestStartedEvent

TestStartedEvent(testCase: TestCaseInfo)

Creates a TestStartedEvent.

Parameters
testCase: TestCaseInfo

the test case that this event is for