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

Integ replace junit assertthat with hamcrest import #616

Conversation

MitchellGale
Copy link
Contributor

Description

Changes the deprecated method, org.junit.Assert.assertThat, to org.hamcrest.MatcherAssert.assertThat.

Issues Resolved

Replaces deprecated method org.junit.Assert.assertThat.

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

MitchellGale and others added 3 commits May 17, 2022 09:24
…roject-sql. That method is deprecated. Updated the tests to use org.hamcrest.MatcherAssert.assertThat

Signed-off-by: Mitchell Gale <[email protected]>
…th-hamcrest-import

Dev replace junit assertthat with hamcrest import
@MitchellGale MitchellGale requested a review from a team as a code owner May 18, 2022 22:23
Copy link
Member

@joshuali925 joshuali925 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks

Copy link
Collaborator

@penghuo penghuo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@penghuo penghuo added the v3.0.0 label May 19, 2022
@penghuo penghuo merged commit 13c38d5 into opensearch-project:main May 19, 2022
andy-k-improving pushed a commit to Bit-Quill/opensearch-project-sql that referenced this pull request Nov 16, 2024
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.

3 participants