0

test: HashMaps

This commit is contained in:
2021-10-08 15:17:54 +03:00
parent 262d4ee984
commit 26d6fee242
3 changed files with 218 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
plugins {
id 'java'
id 'jacoco'
}
project.group = 'ghast'
@@ -49,3 +50,11 @@ dependencies {
test {
useJUnitPlatform()
}
jacoco {
toolVersion = '0.8.5'
}
jacocoTestReport {
dependsOn test
}