Add ColorAttributes unit tests #7
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: P0 — High
Context: Current test suite has 57 tests across 10 classes (coverage grade: B-). ColorAttributes is a core data type used throughout the project but has zero test coverage. It was identified as the #1 gap (along with SelectionAttributes) in a testing audit.
Scope:
src/main/java/ovh/gasser/newshapes/attributes/ColorAttributes.javaGoal: Test fill/stroke color storage, defaults, copy behavior, null handling.
Estimate: 1 hour
Dependencies: None