public abstract class ComboSpecTestCase extends FullSpecTestCase
| Modifier and Type | Field and Description |
|---|---|
protected SpecExample |
example |
static String |
SPEC_RESOURCE |
dumpSpecReaderFAIL, FAIL_OPTION_NAME, FILE_EOL_OPTION_NAME, IGNORE, IGNORE_OPTION_NAME, NO_FILE_EOL, NO_FILE_EOL_OPTION_NAME, thrown| Constructor and Description |
|---|
ComboSpecTestCase(SpecExample example) |
| Modifier and Type | Method and Description |
|---|---|
SpecReader |
create(InputStream inputStream) |
static List<Object[]> |
data() |
SpecExample |
example() |
abstract String |
getSpecResourceName() |
boolean |
includeExampleCoords() |
boolean |
outputActualFullSpec() |
protected String |
readResource(String resourcePath) |
protected String |
readStream(InputStream stream) |
void |
testFullSpec() |
void |
testHtmlRendering() |
useActualHtmlactualAst, actualHtml, actualSource, assertAst, assertRendering, assertRendering, assertRenderingAst, ast, getOptions, options, parser, renderer, specExamplepublic static final String SPEC_RESOURCE
protected final SpecExample example
public ComboSpecTestCase(SpecExample example)
public abstract String getSpecResourceName()
getSpecResourceName in class FullSpecTestCasepublic SpecExample example()
example in class RenderingTestCasepublic SpecReader create(InputStream inputStream)
create in interface SpecReaderFactorycreate in class FullSpecTestCasepublic boolean outputActualFullSpec()
outputActualFullSpec in class FullSpecTestCasepublic boolean includeExampleCoords()
includeExampleCoords in class FullSpecTestCaseprotected String readStream(InputStream stream)
public void testFullSpec()
throws Exception
testFullSpec in class FullSpecTestCaseExceptionpublic void testHtmlRendering()
Copyright © 2017. All rights reserved.