Contents

anyOrder(_:)

Creates a group of expectations that must all be satisfied at the same sequential position, but can occur in any relative order.

Declaration

static func anyOrder(_ expectations: [ToolExpectation]) -> ToolExpectation

Parameters

  • expectations:

    The expectations that must all be satisfied.

Mentioned in

Discussion

Only valid within the ordered array of a TrajectoryExpectation.