Contents

testBundleWillStart(_:)

Notifies the observer immediately before any tests in a test bundle begin.

Declaration

optional func testBundleWillStart(_ testBundle: Bundle)

Parameters

  • testBundle:

    The bundle containing the tests that will be executed.

See Also

Observation Methods