Contents

run(_:)

Asks the system to schedule and execute the specified operations.

Declaration

func run(_ operations: [any NSFileProviderTestingOperation]) throws -> [AnyHashable : any Error]

Parameters

Discussion

The system waits until all of the specified operations complete and reports an error for any operations that fail.

See Also

Testing