|
|
|
|
@ -60,11 +60,12 @@ dependencies {
@@ -60,11 +60,12 @@ dependencies {
|
|
|
|
|
testCompile("javax.xml.bind:jaxb-api") |
|
|
|
|
testCompile("com.fasterxml.woodstox:woodstox-core") |
|
|
|
|
testCompile(project(":kotlin-coroutines")) |
|
|
|
|
testFixturesApi("org.junit.jupiter:junit-jupiter-api") |
|
|
|
|
testFixturesApi("org.junit.jupiter:junit-jupiter-params") |
|
|
|
|
testFixturesImplementation("com.google.code.findbugs:jsr305") |
|
|
|
|
testFixturesImplementation("io.projectreactor:reactor-test") |
|
|
|
|
testFixturesImplementation("org.assertj:assertj-core") |
|
|
|
|
testFixturesImplementation("org.junit.platform:junit-platform-launcher") |
|
|
|
|
testFixturesImplementation("org.junit.jupiter:junit-jupiter-api") |
|
|
|
|
testFixturesImplementation("org.junit.jupiter:junit-jupiter-params") |
|
|
|
|
testFixturesImplementation("org.xmlunit:xmlunit-assertj") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|