Skip to content

Instantly share code, notes, and snippets.

@sorin-ref
Created November 8, 2018 09:08
Show Gist options
  • Save sorin-ref/140a3fe66b641b77854cb24c209cfaa0 to your computer and use it in GitHub Desktop.
Save sorin-ref/140a3fe66b641b77854cb24c209cfaa0 to your computer and use it in GitHub Desktop.
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
let framer = Framer()
let name = framer.getFrameName()
XCTAssertEqual(name, "My frame")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment