add junit platform launcher
This commit is contained in:
parent
1a0d96ac82
commit
f4f699088a
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ dependencies {
|
|||
testImplementation libs.junit.jupiter.params
|
||||
testImplementation libs.hamcrest
|
||||
testRuntimeOnly libs.junit.jupiter.engine
|
||||
testRuntimeOnly libs.junit.jupiter.platform.launcher
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
|
@ -22,6 +22,7 @@ dependencyResolutionManagement {
|
|||
library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit')
|
||||
library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit')
|
||||
library('junit-vintage-engine', 'org.junit.vintage', 'junit-vintage-engine').versionRef('junit')
|
||||
library('junit-jupiter-platform-launcher', 'org.junit.platform', 'junit-platform-launcher').version('1.10.0')
|
||||
library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2')
|
||||
library('junit4', 'junit', 'junit').version('4.13.2')
|
||||
library('chronicle-core', 'net.openhft', 'chronicle-core').version('2.21ea14')
|
||||
|
|
Loading…
Reference in a new issue