Thibaud d3c993eb2d
All checks were successful
CI / build-and-test (pull_request) Successful in 18s
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 17:02:17 +00: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-19 21:45:54 +01:00
2026-03-19 23:05:40 +01:00
Description
No description provided
315 KiB
Languages
Java 99.1%
CSS 0.7%
HTML 0.2%