Add 10 unit tests for the ResizeHandle enum covering all 8 direction handles.
Verifies handle count, name existence, correct java.awt.Cursor constant mapping for each direction, valueOf() round-trip, and valueOf() with invalid name throwing IllegalArgumentException.
## Summary
- Add 10 unit tests for the `ResizeHandle` enum covering all 8 direction handles.
- Verifies handle count, name existence, correct `java.awt.Cursor` constant mapping for each direction, `valueOf()` round-trip, and `valueOf()` with invalid name throwing `IllegalArgumentException`.
Closes #12
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
ResizeHandleenum covering all 8 direction handles.java.awt.Cursorconstant mapping for each direction,valueOf()round-trip, andvalueOf()with invalid name throwingIllegalArgumentException.Closes #12
b3368db2b1to8635770755