Refactor base of BriarIntegrationTest into BrambleIntegrationTest

This commit is contained in:
Torsten Grote
2021-06-23 17:16:50 -03:00
parent e4bd6fdf95
commit a93b1f18ac
6 changed files with 350 additions and 291 deletions

View File

@@ -21,6 +21,7 @@ dependencies {
testImplementation project(path: ':bramble-api', configuration: 'testOutput')
testImplementation 'org.hsqldb:hsqldb:2.3.5' // The last version that supports Java 1.6
testImplementation 'net.jodah:concurrentunit:0.4.2'
testImplementation 'junit:junit:4.12'
testImplementation "org.jmock:jmock:2.8.2"
testImplementation "org.jmock:jmock-junit4:2.8.2"