| Package | Description |
|---|---|
| com.vladsch.flexmark.spec | |
| com.vladsch.flexmark.test |
| Modifier and Type | Field and Description |
|---|---|
static SpecExample |
SpecExample.NULL |
| Modifier and Type | Field and Description |
|---|---|
protected List<SpecExample> |
SpecReader.examples |
| Modifier and Type | Method and Description |
|---|---|
SpecExample |
SpecExample.withAst(String ast) |
SpecExample |
SpecExample.withExampleNumber(int exampleNumber) |
SpecExample |
SpecExample.withHtml(String html) |
SpecExample |
SpecExample.withOptionsSet(String optionsSet) |
SpecExample |
SpecExample.withSection(String section) |
SpecExample |
SpecExample.withSource(String source) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SpecExample> |
SpecReader.read() |
static List<SpecExample> |
SpecReader.readExamples() |
static List<SpecExample> |
SpecReader.readExamples(String specResource) |
static List<SpecExample> |
SpecReader.readExamples(String specResource,
SpecReaderFactory readerFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpecReader.addSpecExample(SpecExample example) |
| Modifier and Type | Field and Description |
|---|---|
protected SpecExample |
ComboSpecTestCase.example |
protected SpecExample |
SpecTestCase.example |
protected SpecExample |
FileSpecTestCase.example |
| Modifier and Type | Method and Description |
|---|---|
SpecExample |
ComboSpecTestCase.example() |
abstract SpecExample |
RenderingTestCase.example() |
SpecExample |
FileSpecTestCase.example() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DumpSpecReader.addSpecExample(SpecExample example) |
void |
FullSpecTestCase.addSpecExample(SpecExample example,
com.vladsch.flexmark.ast.Node node,
com.vladsch.flexmark.util.options.DataHolder options,
boolean ignoredCase,
String html,
String ast) |
com.vladsch.flexmark.util.options.DataHolder |
RenderingTestCase.getOptions(SpecExample example,
String optionSets)
process comma separated list of option sets and combine them for final set to use
|
| Constructor and Description |
|---|
ComboSpecTestCase(SpecExample example) |
FileSpecTestCase(SpecExample example) |
SpecTestCase(SpecExample example) |
Copyright © 2019. All rights reserved.