Skip to content

Instantly share code, notes, and snippets.

@weAreJack
Created October 2, 2020 12:05
Show Gist options
  • Save weAreJack/4a74904237274db9543b6da93bfc4198 to your computer and use it in GitHub Desktop.
Save weAreJack/4a74904237274db9543b6da93bfc4198 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