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

remove implements WithAssertions from base test class #992

Merged
merged 1 commit into from
Oct 14, 2019

Conversation

asolntsev
Copy link
Member

... because some of its import unexpectedly break compilation (e.g. method WithAssertions.type conflicts with Condition.type).

instead, import those methods explicitly: assertThat, assertThatThrownBy, fail.

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request.
If it fixes a bug or resolves a feature request, be sure to link to that issue.

Checklist

  • Checkstyle and unit tests pass locally with my changes by running gradle check chrome htmlunit command
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

... because some of its import unexpectedly break compilation (e.g. method `WithAssertions.type` conflicts with `Condition.type`).

instead, import those methods explicitly: `assertThat`, `assertThatThrownBy`, `fail`.
@rosolko rosolko added this to the 5.4.0 milestone Oct 14, 2019
@asolntsev asolntsev self-assigned this Oct 14, 2019
@asolntsev asolntsev merged commit 06de0e9 into master Oct 14, 2019
@asolntsev asolntsev deleted the remove-with-assertions branch October 14, 2019 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants