TestStartedEvent


public class TestStartedEvent extends 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 fields

From androidx.test.services.events.run.TestRunEventWithTestCase
final @NonNull TestCaseInfo

The TestCaseInfo this event is associated with.

Public constructors

TestStartedEvent

public TestStartedEvent(@NonNull TestCaseInfo testCase)

Creates a TestStartedEvent.

Parameters
@NonNull TestCaseInfo testCase

the test case that this event is for