Move unit tests from integration test suite (#1170)

This commit is contained in:
Austin Shalit
2019-07-16 01:02:52 -04:00
committed by Peter Johnson
parent dffa1a5cba
commit e488861877
12 changed files with 445 additions and 414 deletions

View File

@@ -107,9 +107,9 @@ tasks.withType(JavaCompile).configureEach {
}
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.2.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.2'
devCompile sourceSets.main.output