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

Issue 84 #172

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Issue 84 #172

wants to merge 9 commits into from

Conversation

rubyAnneB
Copy link

@rubyAnneB rubyAnneB commented Oct 14, 2020

Added dependencies to the module, and converted SpringJUnitControllerTest.java, and JUnitDemoiTest.java to Junit 5. Closes #84

@cla-bot
Copy link

cla-bot bot commented Oct 14, 2020

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @rubyAnneB on file. In order for us to review and merge your code, please visit https://dev.karakun.com/cla and follow the instructions on that page.

Copy link
Member

@sclassen sclassen left a comment

Choose a reason for hiding this comment

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

Thank you for this PR. There are some small changes needed.
Also please fill out the CLA

build.gradle Outdated Show resolved Hide resolved
@@ -21,6 +21,12 @@ dependencies {
implementation "org.testng:testng:$testngVersion"
Copy link
Member

Choose a reason for hiding this comment

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

Remove the testng dependency (and version variable) if it is no longer used

@@ -14,4 +14,9 @@
requires static java.servlet;
requires testng;
Copy link
Member

Choose a reason for hiding this comment

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

if testng is no longer used, then please remove it

Copy link
Author

Choose a reason for hiding this comment

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

Would like me to delete everything relating to testng? Such as the SpringTestNGControllerTest?

@sclassen
Copy link
Member

@cla-bot check

@cla-bot cla-bot bot added the cla-signed label Oct 14, 2020
@cla-bot
Copy link

cla-bot bot commented Oct 14, 2020

The cla-bot has been summoned, and re-checked this pull request!

@rubyAnneB rubyAnneB requested a review from sclassen October 31, 2020 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SpringJUnitControllerTest is not using Junit 5
2 participants