feat(core): add unit tests for the standard parsers (#362)

* feat(core): add BooleanParser unit tests

* feat(core): add ByteParser unit tests

* feat(core): add IntegerParser, LongParser & ShortParser unit tests

* feat(core): add EnumParser unit tests

* feat(core): add CharacterParser unit tests

* feat(core): add DoubleParser & FloatParser unit tests

* feat(core): add UUIDParser & StringArrayParser unit tests
This commit is contained in:
Alexander Söderberg 2022-05-28 14:23:37 +02:00 committed by Jason
parent 46a3f7129f
commit 09044b9c1b
25 changed files with 1769 additions and 4 deletions

View file

@ -111,6 +111,7 @@ repositories {
dependencies {
compileOnlyApi(libs.checkerQual)
testImplementation(libs.jupiterEngine)
testImplementation(libs.jupiterParams)
testImplementation(libs.mockitoCore)
testImplementation(libs.mockitoKotlin)
testImplementation(libs.mockitoJupiter)