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.
Notifies the observer immediately before any tests in a test bundle begin.
optional func testBundleWillStart(_ testBundle: Bundle)The bundle containing the tests that will be executed.