Skip to content

Instantly share code, notes, and snippets.

@dougritter
Last active September 11, 2019 13:18
Show Gist options
  • Save dougritter/9a0a107e9df6fb29bbb7734882f46b95 to your computer and use it in GitHub Desktop.
Save dougritter/9a0a107e9df6fb29bbb7734882f46b95 to your computer and use it in GitHub Desktop.
class AccountPresenterTests: XCTestCase {
func test_given_and_account_name_when_next_is_pressed_then_should_navigate_to_home() {
let presenter = AccountPresenterImplementation()
presenter.nextPressed(accountName: "talkdesk")
XCTAssertEqual(/* navigated to home */, true)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment