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.util.ast.Node node,
com.vladsch.flexmark.util.data.DataHolder options,
boolean ignoredCase,
String html,
String ast) |
SpecReader |
create(InputStream inputStream) |
SpecReader |
create(InputStream inputStream,
String fileUrl) |
abstract String |
getSpecResourceName() |
boolean |
includeExampleCoords() |
boolean |
outputActualFullSpec() |
void |
testFullSpec() |
actualAst, actualHtml, actualSource, adjustParserForInclusion, assertAst, assertRendering, assertRendering, assertRendering, assertRenderingAst, ast, example, getOptions, options, parser, renderer, specExample, stripIndent, testCase, useActualHtmlpublic static final String SPEC_RESOURCE
protected DumpSpecReader dumpSpecReader
public SpecReader create(InputStream inputStream, String fileUrl)
create in interface SpecReaderFactorypublic SpecReader create(InputStream inputStream)
public abstract String getSpecResourceName()
public void addSpecExample(SpecExample example, com.vladsch.flexmark.util.ast.Node node, com.vladsch.flexmark.util.data.DataHolder options, boolean ignoredCase, String html, String ast)
public boolean outputActualFullSpec()
public boolean includeExampleCoords()
Copyright © 2019. All rights reserved.