1

added Tests for checkGroup() and getMaxID()

This commit is contained in:
Mahgs
2020-03-13 16:16:51 +01:00
parent eb969521d6
commit 0071fce075
3 changed files with 76 additions and 6 deletions

View File

@ -78,6 +78,7 @@ dependencies {
}
testImplementation 'org.springframework.security:spring-security-test'
testImplementation 'com.tngtech.archunit:archunit-junit5:0.13.1'
implementation 'junit:junit:4.12'
}
test {