Add ResizeHandle tests #12
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: P2 — Lower
Context: ResizeHandle is an enum with 8 values representing resize directions. It has no tests. Lowest priority since it is a simple data type with limited logic.
Scope:
src/main/java/ovh/gasser/newshapes/shapes/ResizeHandle.javaGoal: Verify all 8 handles exist and produce correct cursor/direction behavior.
Estimate: 1 hour
Dependencies: None