run(_:)
Asks the system to schedule and execute the specified operations.
Declaration
func run(_ operations: [any NSFileProviderTestingOperation]) throws -> [AnyHashable : any Error]Parameters
- operations:
An array of operations. Populate this array with one or more operations returned by the Listavailabletestingoperations() method.
Discussion
The system waits until all of the specified operations complete and reports an error for any operations that fail.