Class AsciiDocHeaderFooterTest
java.lang.Object
pro.verron.asciidoc.docx.AsciiDocHeaderFooterTest
Test suite for verifying that AsciiDoc header and footer blocks are
correctly mapped to Word document header and footer parts when
converting to DOCX format using AsciiDocToDocx.
Tests cover:
- Mapping
[header]block to Word header - Mapping
[footer]block to Word footer - Odd/even header mapping via
[header]and[header-even] - First-page header/footer mapping via
[header-first]and[footer-first]
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AsciiDocHeaderFooterTest
public AsciiDocHeaderFooterTest()Default constructor.
-