Uses of Class
com.vladsch.flexmark.test.util.SpecExampleParse
Packages that use SpecExampleParse
-
Uses of SpecExampleParse in com.vladsch.flexmark.test.util
Methods in com.vladsch.flexmark.test.util with parameters of type SpecExampleParseModifier and TypeMethodDescriptionvoid
RenderingTestCase.addFullSpecExample
(@NotNull SpecExampleRenderer exampleRenderer, @NotNull SpecExampleParse exampleParse, DataHolder exampleOptions, boolean ignoredTestCase, @NotNull String html, @Nullable String ast) Called when processing full spec test case by DumpSpecReadervoid
SpecExampleProcessor.addFullSpecExample
(@NotNull SpecExampleRenderer exampleRenderer, @NotNull SpecExampleParse exampleParse, @Nullable DataHolder exampleOptions, boolean ignoredTestCase, @NotNull String html, @Nullable String ast) Called by DumpSpecReader for each example when processing full test specvoid
RenderingTestCase.addSpecExample
(SpecExampleRenderer exampleRenderer, SpecExampleParse exampleParse, DataHolder exampleOptions) Called after processing individual test case