Skip to content

Instantly share code, notes, and snippets.

@giovani-pereira-ifood
Created June 11, 2021 13:59
Show Gist options
  • Save giovani-pereira-ifood/2d2a552290394af5a57fd57fc6a99cb7 to your computer and use it in GitHub Desktop.
Save giovani-pereira-ifood/2d2a552290394af5a57fd57fc6a99cb7 to your computer and use it in GitHub Desktop.
func test_pressingActionButton_shouldCallDelegate() {
let button = view.actionButton
button.sendActions(for: .touchUpInside)
XCTAssertTrue(delegateSpy.actionCalled)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment