-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement ElementOption class #129
Conversation
try { | ||
rule.generate(new Context()); | ||
} catch (final IllegalStateException exception) { | ||
MatcherAssert.assertThat( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RechnoyBobr Usually we use Assertions.assertThrows()
method from JUnit to check exceptions. Can we use it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'll change that.
I think it's ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RechnoyBobr Looks good to me, thank you!
@rultor merge |
@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here. |
@RechnoyBobr @volodya-lombrozo Oops, I failed. You can see the full log here (spent 2min).
|
@rultor merge |
@volodya-lombrozo OK, I'll try to merge now. You can check the progress of the merge here. |
@volodya-lombrozo Done! FYI, the full log is here (took me 3min). |
Description
Implemented ElementOption class and covered it with tests.
PR for #88
Reviewers
@volodya-lombrozo