8379326: Use JUnit in lib-test/jdk tests, here MethodTemplateTest#30087
8379326: Use JUnit in lib-test/jdk tests, here MethodTemplateTest#30087sormuras wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back cstein! A progress list of the required criteria for merging this PR into |
|
@sormuras This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 2 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
|
I am not a typical Reviewer for that area, so maybe wait for someone who's worked on this codebase before to approve, before integrating. That said, having already converted a few TestNG tests to JUnit myself, I had a look at your proposed changes and they looked good. I verified that there was not |
|
Thanks for the reviews. /integrate |
|
Going to push as commit a2ad080.
Your commit was automatically rebased without conflicts. |
Please review this change to use JUnit API in
MethodTemplateTest.java. As only simpleassertTrueandassertFalseare being called in test code, a swap of packages inimportstatements suffices.This pull request also disallows
testngactions injtregunder this test root to prevent future additions of TestNG-based tests. See the umbrella issue https://bugs.openjdk.org/browse/JDK-8307843 and its associated subtasks for details.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30087/head:pull/30087$ git checkout pull/30087Update a local copy of the PR:
$ git checkout pull/30087$ git pull https://git.openjdk.org/jdk.git pull/30087/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 30087View PR using the GUI difftool:
$ git pr show -t 30087Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30087.diff
Using Webrev
Link to Webrev Comment