- testBoldSinkEvent() - Method in class org.apache.maven.doxia.module.markdown.MarkdownParserTest
-
Assert the bold sink event is fired when parsing "bold.md".
- testCodeSinkEvent() - Method in class org.apache.maven.doxia.module.markdown.MarkdownParserTest
-
Assert the code sink event is fired when parsing "code.md".
- testCommentBeforeHeadingSinkEvent() - Method in class org.apache.maven.doxia.module.markdown.MarkdownParserTest
-
Assert the first header is passed as title event when parsing "comment-before-heading.md".
- testFirstHeadingSinkEvent() - Method in class org.apache.maven.doxia.module.markdown.MarkdownParserTest
-
Assert the first header is passed as title event when parsing "first-heading.md".
- testImageSinkEvent() - Method in class org.apache.maven.doxia.module.markdown.MarkdownParserTest
-
Assert the image sink event is fired when parsing "image.md".
- testItalicSinkEvent() - Method in class org.apache.maven.doxia.module.markdown.MarkdownParserTest
-
Assert the italic sink event is fired when parsing "italic.md".
- testLinkSinkEvent() - Method in class org.apache.maven.doxia.module.markdown.MarkdownParserTest
-
Assert the link sink event is fired when parsing "link.md".
- testListSinkEvent() - Method in class org.apache.maven.doxia.module.markdown.MarkdownParserTest
-
Assert the list sink event is fired when parsing "list.md".
- testMetadataSinkEvent() - Method in class org.apache.maven.doxia.module.markdown.MarkdownParserTest
-
Assert the metadata is passed through when parsing "metadata.md".
- testNumberedListSinkEvent() - Method in class org.apache.maven.doxia.module.markdown.MarkdownParserTest
-
Assert the numbered list sink event is fired when parsing "numbered-list.md".
- testParagraphSinkEvent() - Method in class org.apache.maven.doxia.module.markdown.MarkdownParserTest
-
Assert the paragraph sink event is fired when parsing "paragraph.md".