Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add fail methods that accept Throwable to Assertions #656

Closed
2 tasks done
smoyer64 opened this issue Feb 17, 2017 · 2 comments
Closed
2 tasks done

Feature: Add fail methods that accept Throwable to Assertions #656

smoyer64 opened this issue Feb 17, 2017 · 2 comments
Assignees
Milestone

Comments

@smoyer64
Copy link
Contributor

smoyer64 commented Feb 17, 2017

Overview

Deliverables

Add the following methods to the Assertions class:

  • Assertions.fail(String message, Throwable cause);
  • Assertions.fail(Throwable cause);
@marcphilipp
Copy link
Member

Thanks for opening the issue! I'm putting it up-for-grabs for now. Do you want to give it a go?

@smoyer64
Copy link
Contributor Author

Yes ... you can assign this one to me as I think it will help me complete #343.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants