| Package | Description |
|---|---|
| com.vladsch.flexmark.test.util |
| Modifier and Type | Method and Description |
|---|---|
void |
SpecExampleProcessor.addFullSpecExample(@NotNull SpecExampleRenderer exampleRenderer,
@NotNull SpecExampleParse exampleParse,
@Nullable com.vladsch.flexmark.util.data.DataHolder exampleOptions,
boolean ignoredTestCase,
@NotNull String html,
@Nullable String ast)
Called by DumpSpecReader for each example when processing full test spec
|
void |
RenderingTestCase.addFullSpecExample(@NotNull SpecExampleRenderer exampleRenderer,
@NotNull SpecExampleParse exampleParse,
com.vladsch.flexmark.util.data.DataHolder exampleOptions,
boolean ignoredTestCase,
@NotNull String html,
@Nullable String ast)
Called when processing full spec test case by DumpSpecReader
|
void |
RenderingTestCase.addSpecExample(SpecExampleRenderer exampleRenderer,
SpecExampleParse exampleParse,
com.vladsch.flexmark.util.data.DataHolder exampleOptions)
Called after processing individual test case
|
Copyright © 2020. All rights reserved.