Skip to content

Instantly share code, notes, and snippets.

@KaneCheshire
Created July 8, 2018 19:17
Show Gist options
  • Save KaneCheshire/ed212632f61bbd02b883d0e25c1a56a3 to your computer and use it in GitHub Desktop.
Save KaneCheshire/ed212632f61bbd02b883d0e25c1a56a3 to your computer and use it in GitHub Desktop.
struct Scenario {
@discardableResult
init(_ name: String, _ handler: () -> Void) {
XCTContext.runActivity(named: name) { _ in
handler()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment