feat: I/O json export import with 100% coverage

- Full FEN parser tests
- Json exporter with all move types covered
- CastleKingside branch coverage

Co-Authored-By: Claude Opus 4.6
This commit is contained in:
shahdlala66
2026-04-08 21:01:41 +02:00
parent 638139602c
commit 3e1e79ebee
19 changed files with 1549 additions and 2 deletions
+3 -1
View File
@@ -32,7 +32,9 @@ val versions = mapOf(
"SCOVERAGE" to "2.1.1",
"SCALAFX" to "21.0.0-R32",
"JAVAFX" to "21.0.1",
"JUNIT_BOM" to "5.13.4"
"JUNIT_BOM" to "5.13.4",
"JACKSON" to "2.17.2",
"JACKSON_SCALA" to "2.17.2"
)
extra["VERSIONS"] = versions