Skip to content

Instantly share code, notes, and snippets.

@albertodebortoli
Created May 6, 2014 19:27
Show Gist options
  • Select an option

  • Save albertodebortoli/b7e56d3edf9551a1ac47 to your computer and use it in GitHub Desktop.

Select an option

Save albertodebortoli/b7e56d3edf9551a1ac47 to your computer and use it in GitHub Desktop.
Xcode Unit Test snippet
- (void)test_Given<#state#>_When<#action#>_Then<#result#> {
XCTAssert();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment