Gradle Test Run :test

MethodAtlasAppJsonTest

summary

7

tests

0

failures

0

skipped

0.149s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
-json mode omits AI columns when AI is disabled jsonMode_noAi_omitsAiFields(Path) 1 0 0 0.015s 100%
-json mode produces a valid JSON array with one element per test method jsonMode_producesValidArray(Path) 1 0 0 0.016s 100%
-json mode records have required scalar fields jsonMode_recordsHaveRequiredFields(Path) 1 0 0 0.027s 100%
-json mode with AI: ai_tags is a JSON array, not a semicolon string jsonMode_withAi_aiTagsIsArray(Path) 1 0 0 0.034s 100%
-json mode with AI and confidence: ai_confidence is a JSON number jsonMode_withAiAndConfidence_confidenceIsNumber(Path) 1 0 0 0.021s 100%
-min-confidence filters methods whose confidence is below threshold minConfidence_filtersLowConfidenceMethods(Path) 1 0 0 0.015s 100%
-min-confidence has no effect when -ai-confidence is not enabled minConfidence_noEffectWithoutAiConfidence(Path) 1 0 0 0.015s 100%