Skip to content

Instantly share code, notes, and snippets.

@dougritter
Last active September 12, 2019 10:26
Show Gist options
  • Save dougritter/c8289019026e55a5b2bd0d6bb41d61ba to your computer and use it in GitHub Desktop.
Save dougritter/c8289019026e55a5b2bd0d6bb41d61ba to your computer and use it in GitHub Desktop.
Assert
class AccountPresenterTests: XCTestCase {
func test_given_and_account_name_when_next_is_pressed_then_should_navigate_to_home() {
...
XCTAssertEqual(routerMock.showHomeCalled, true)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment