TestIgnoredEvent


class TestIgnoredEvent : TestRunEventWithTestCase


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

Summary

Public constructors

Constructor to create TestFinishedEvent.

Inherited properties

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

The TestCaseInfo this event is associated with.

Public constructors

TestIgnoredEvent

TestIgnoredEvent(testCase: TestCaseInfo)

Constructor to create TestFinishedEvent.

Parameters
testCase: TestCaseInfo

the test case that this event is for.