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

@ -6,4 +6,8 @@ dependencies {
implementation project(':brouter-util')
implementation project(':brouter-codec')
implementation project(':brouter-expressions')
testImplementation 'junit:junit:4.13.2'
}
// MapcreatorTest generates segments which are used in tests
test.dependsOn ':brouter-map-creator:test'