Thibaud d744588f25 test: add HTMLDraftman direct visitor tests
Add 32 tests covering each visit*() method in isolation:
- visitRectangle: div+id, position, dimensions, filled/stroked/both/neither
- visitCircle: div+class, border-radius prefixes, position, id consistency
- visitTriangle: div+class, CSS border trick, position, fill color,
  regression test for hashCode mismatch (this.hashCode vs shape.hashCode)
- visitText: content, id consistency, position, font attrs, color, nowrap,
  null color fallback
- visitCollection: empty, multiple children, nested
- generateHTML: DOCTYPE, structure, stylesheet ref, shape content

Closes #10
2026-03-27 16:29:34 +01:00
2019-03-19 20:40:20 +01:00
2026-03-19 20:03:28 +01:00
2026-03-19 20:03:28 +01:00
2026-03-27 14:24:25 +01:00
2026-03-19 21:45:54 +01:00
2026-03-19 23:05:40 +01:00
Description
No description provided
337 KiB
Languages
Java 99.1%
CSS 0.7%
HTML 0.2%