Add tests for REST backend implementation

This commit is contained in:
Maxime Dor
2017-09-18 01:00:17 +02:00
parent 013be139c9
commit 0453c1db30
4 changed files with 160 additions and 7 deletions

View File

@@ -111,6 +111,7 @@ dependencies {
compile 'org.xerial:sqlite-jdbc:3.20.0'
testCompile 'junit:junit:4.12'
testCompile 'com.github.tomakehurst:wiremock:2.8.0'
}
springBoot {