Add SelectionAttributes unit tests #6
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-). SelectionAttributes is a core data type used throughout the project but has zero test coverage. It was identified as the #1 gap in a testing audit.
Scope:
src/main/java/ovh/gasser/newshapes/attributes/SelectionAttributes.javaGoal: Test core data type — selected/unselected state, default values, copy behavior.
Estimate: 1 hour
Dependencies: None