Skip to content

Instantly share code, notes, and snippets.

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