iterationStarted(_:)

    An iteration of the test run started.

    Event.swift:45

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

    indirect case iterationStarted(_: Int)

    Parameters

    index

    The index of the iteration. The first iteration has an index of 0.

    This event is posted at the start of each test plan iteration.

    By default, a test plan runs for one iteration, but the repetitionPolicy property can be set to allow for more iterations.

    Other cases

    Show system interfaces (13)

    Hide system interfaces