public abstract class FullSpecTestCase extends RenderingTestCase implements SpecReaderFactory
| Modifier and Type | Field and Description |
|---|---|
protected DumpSpecReader |
dumpSpecReader |
static String |
SPEC_RESOURCE |
EMBED_TIMED, EMBED_TIMED_OPTION_NAME, FAIL, FAIL_OPTION_NAME, FILE_EOL_OPTION_NAME, IGNORE, IGNORE_OPTION_NAME, INCLUDED_DOCUMENT, NO_FILE_EOL, NO_FILE_EOL_OPTION_NAME, SOURCE_INDENT, SOURCE_PREFIX, SOURCE_SUFFIX, thrown, TIMED, TIMED_FORMAT_STRING, TIMED_ITERATIONS, TIMED_ITERATIONS_NAME, TIMED_OPTION_NAME| Constructor and Description |
|---|
FullSpecTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSpecExample(SpecExample example,
com.vladsch.flexmark.ast.Node node,
com.vladsch.flexmark.util.options.DataHolder options,
boolean ignoredCase,
String html,
String ast) |
SpecReader |
create(InputStream inputStream) |
abstract String |
getSpecResourceName() |
boolean |
includeExampleCoords() |
boolean |
outputActualFullSpec() |
void |
testFullSpec() |
boolean |
useActualHtml() |
actualAst, actualHtml, actualSource, adjustParserForInclusion, assertAst, assertRendering, assertRendering, assertRenderingAst, ast, example, getOptions, options, parser, renderer, specExample, stripIndent, testCasepublic static final String SPEC_RESOURCE
protected DumpSpecReader dumpSpecReader
public SpecReader create(InputStream inputStream)
create in interface SpecReaderFactorypublic abstract String getSpecResourceName()
public void addSpecExample(SpecExample example, com.vladsch.flexmark.ast.Node node, com.vladsch.flexmark.util.options.DataHolder options, boolean ignoredCase, String html, String ast)
public boolean useActualHtml()
useActualHtml in class RenderingTestCasepublic boolean outputActualFullSpec()
public boolean includeExampleCoords()
Copyright © 2019. All rights reserved.