Instance Propertyswift-testing 6.0.2Testing
testCase
The test case for which this instance’s associated Event
occurred, if any.
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
var test: Test?
The test for which this instance’s associated
Event
occurred, if any.