Class AsciiDocHeaderFooterTest

java.lang.Object
pro.verron.asciidoc.docx.AsciiDocHeaderFooterTest

@DisplayName("AsciiDoc Header/Footer Tests") public class AsciiDocHeaderFooterTest extends Object

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 Details

    • AsciiDocHeaderFooterTest

      public AsciiDocHeaderFooterTest()
      Default constructor.