Gradle Test Run :test

YamlConfigTest

summary

10

tests

0

failures

0

skipped

0.054s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
load returns null for all optional fields when YAML is an empty object load_allFieldsNullByDefault(Path) 1 0 0 0.010s 100%
load ignores unknown top-level fields and parses known ones load_ignoresUnknownTopLevelFields(Path) 1 0 0 0.004s 100%
load parses all AI configuration fields from YAML load_parsesAiSection(Path) 1 0 0 0.006s 100%
load parses AI apiKey, apiKeyEnv, baseUrl, and taxonomyFile fields load_parsesApiKeyFields(Path) 1 0 0 0.005s 100%
load parses contentHash: true field correctly load_parsesContentHashField(Path) 1 0 0 0.004s 100%
load parses emitMetadata field from YAML load_parsesEmitMetadata(Path) 1 0 0 0.005s 100%
load parses fileSuffixes list from YAML load_parsesFileSuffixes(Path) 1 0 0 0.006s 100%
load parses outputMode field from YAML load_parsesOutputMode(Path) 1 0 0 0.004s 100%
load parses testAnnotations list from YAML load_parsesTestAnnotations(Path) 1 0 0 0.005s 100%
load throws IOException when config file does not exist load_throwsIoExceptionForMissingFile(Path) 1 0 0 0.002s 100%