Skip to content

Instantly share code, notes, and snippets.

@weAreJack
Last active October 2, 2020 12:13
Show Gist options
  • Select an option

  • Save weAreJack/9adf53590e7a543dd72e9d1fcc40446f to your computer and use it in GitHub Desktop.

Select an option

Save weAreJack/9adf53590e7a543dd72e9d1fcc40446f to your computer and use it in GitHub Desktop.
LogInButtonTappedTestExample
func testThatLogInButtonTappedCallsPresenterLogInTapped() {
viewController.logInButtonTapped()
XCTAssertTrue(presenter.logInTappedCalled)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment