Class AsciiDocToSvgTest
java.lang.Object
pro.verron.asciidoc.converters.AsciiDocToSvgTest
Test suite for the AsciiDocToSvg converter, verifying that
AsciiDoc model elements are correctly rendered into SVG output.
Tests cover rendering of:
- Empty models
- Headings
- Paragraphs
- Ordered and unordered lists
- Tables
- Image blocks
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AsciiDocToSvgTest
public AsciiDocToSvgTest()Default constructor.
-