Add SVGDraftmanTest — direct visitor tests #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Priority: P1 — Medium
Context: The existing SVGExporterTest tests the full export pipeline but obscures individual visitor logic. Direct visitor tests provide:
Scope:
src/main/java/ovh/gasser/newshapes/ui/visitors/SVGDraftman.javaGoal: Test each
visit*()method in isolation.Assertions strategy:
<rect>,<circle>)Edge cases to cover:
Estimate: 2 hours
Dependencies: None