Files
new-shapes/src
Thibaud 8635770755
All checks were successful
CI / build-and-test (pull_request) Successful in 18s
test: add ResizeHandle enum unit tests
Add 10 tests covering the ResizeHandle enum:
- Verify all 8 handles exist
- Verify each handle name (NW, N, NE, E, SE, S, SW, W)
- Verify each handle maps to the correct java.awt.Cursor constant
- Verify valueOf() round-trip for all handles
- Verify valueOf() with invalid name throws IllegalArgumentException

Closes #12
2026-03-27 18:06:49 +00:00
..