Skip to content

Instantly share code, notes, and snippets.

@weAreJack
Created October 2, 2020 12:08
Show Gist options
  • Save weAreJack/48ab82dd31cfc98f1306f0e170534b54 to your computer and use it in GitHub Desktop.
Save weAreJack/48ab82dd31cfc98f1306f0e170534b54 to your computer and use it in GitHub Desktop.
DidLogInSuccessfullyCallsRouterTestExample
func testThatDidLogInSuccessfullyCallsRouterNavigateToHomeCalled() {
presenter.didLogInSuccessfully()
XCTAssertTrue(router.navigateToHomeCalled)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment