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 TypeMethodDescriptionvoidRenderingTestCase.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 DumpSpecReadervoidSpecExampleProcessor.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 specvoidRenderingTestCase.addSpecExample(SpecExampleRenderer exampleRenderer, SpecExampleParse exampleParse, DataHolder exampleOptions) Called after processing individual test case