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/1a62aeab0a7c974e968e52fec9a1ef9c to your computer and use it in GitHub Desktop.

Select an option

Save weAreJack/1a62aeab0a7c974e968e52fec9a1ef9c to your computer and use it in GitHub Desktop.
LogInTappedCallsInteractorTestExample
func testThatLogInTappedCallsInteractorPerformLogInRequest() {
presenter.logInTapped()
XCTAssertTrue(interactor.performLogInRequestCalled)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment