Class AsciiDocToTextTest
java.lang.Object
pro.verron.asciidoc.converters.AsciiDocToTextTest
Test suite for the AsciiDocToText converter, verifying that
AsciiDoc model elements are correctly rendered into plain text output.
Tests cover rendering of:
- Paragraphs
- Headings
- Code blocks
- Image blocks
- Unordered lists
- Blockquotes
- Tables
- Comment skipping
- Macro blocks
- Inline elements (bold, italic, superscript, subscript)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AsciiDocToTextTest
public AsciiDocToTextTest()Default constructor.
-