Cleanup testcases (split, dependencies, assertions)

This commit is contained in:
Manuel Fuhr 2022-10-23 10:51:02 +02:00
parent 3787076839
commit fd158dc0ce
4 changed files with 38 additions and 39 deletions

View file

@ -3,11 +3,12 @@ plugins {
}
dependencies {
implementation project(':brouter-mapaccess')
implementation project(':brouter-util')
implementation project(':brouter-expressions')
implementation project(':brouter-codec')
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
}
// MapcreatorTest generates segments which are used in tests
test.dependsOn ':brouter-map-creator:test'