-
Notifications
You must be signed in to change notification settings - Fork 8
Issue 84 #172
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
base: master
Are you sure you want to change the base?
Issue 84 #172
Changes from 8 commits
a690b12
b8a2e59
9a96a5b
e2b03eb
106b1fc
817d016
09857bc
b537bad
3472872
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,6 +21,12 @@ dependencies { | |
| implementation "org.testng:testng:$testngVersion" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
| implementation "junit:junit:$junitVersion" | ||
|
|
||
| testCompile("org.junit.jupiter:junit-jupiter-api:5.7.0") | ||
rubyAnneB marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.7.0") | ||
|
|
||
| compile 'org.junit.jupiter:junit-jupiter:5.7.0' | ||
| compile("org.junit.jupiter:junit-jupiter-engine:5.7.0") | ||
|
|
||
| implementation "org.springframework:spring-web:$springVersion" | ||
| implementation "org.springframework:spring-context:$springVersion" | ||
| implementation "org.springframework:spring-test:$springVersion" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,4 +14,9 @@ | |
| requires static java.servlet; | ||
| requires testng; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if testng is no longer used, then please remove it
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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? |
||
| requires junit; | ||
|
|
||
| //adding junit 5 to the module | ||
rubyAnneB marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| requires org.junit.jupiter; | ||
|
|
||
|
|
||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.