run()
Performs the intent in the current test session.
Declaration
@discardableResult func run() async throws -> ResolvedIntentResultMentioned in
Return Value
The resolved result that contains the intent’s return value.
Performs the intent in the current test session.
@discardableResult func run() async throws -> ResolvedIntentResultThe resolved result that contains the intent’s return value.