Cleanup testcases (split, dependencies, assertions)
This commit is contained in:
parent
3787076839
commit
fd158dc0ce
4 changed files with 38 additions and 39 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue