Execute test suite in Gradle using JUnit Platform

Closes gh-23286
This commit is contained in:
Sam Brannen
2019-07-13 19:13:33 +02:00
parent 480b1e0a0d
commit 0aa5533dea
2 changed files with 8 additions and 4 deletions

View File

@@ -79,11 +79,7 @@ dependencies {
}
testCompile("io.projectreactor.netty:reactor-netty")
testCompile("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1")
// Pull in the latest JUnit 5 Launcher API and the Vintage engine as well
// so that we can run JUnit 4 tests in IDEs.
testRuntime("org.junit.jupiter:junit-jupiter-engine")
testRuntime("org.junit.platform:junit-platform-launcher")
testRuntime("org.junit.vintage:junit-vintage-engine")
testRuntime("org.glassfish:javax.el:3.0.1-b08")
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")