testCase

    The test case for which this instance’s associated Event occurred, if any.

    Event.swift:240

    This declaration is gated by at least one @_spi attribute.

    var testCase: Test.Case?

    The test case indicates which element in the iterated sequence is associated with this event. For non-parameterized tests, a single test case is synthesized. For test suite types (as opposed to test functions), the value of this property is nil.

    Other members in extension

    Instance members

    Show system interfaces (1)

    Hide system interfaces