| Package | Description |
|---|---|
| com.vladsch.flexmark.spec | |
| com.vladsch.flexmark.test |
| Modifier and Type | Method and Description |
|---|---|
UrlString |
SpecExample.getFileUrl() |
UrlString |
SpecReader.getFileUrl() |
| Modifier and Type | Method and Description |
|---|---|
SpecExample |
SpecExample.withFileUrl(UrlString fileUrl) |
| Constructor and Description |
|---|
SpecExample(String optionsSet,
String section,
int exampleNumber,
String source,
String html,
String ast,
String comment,
UrlString fileUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenderingTestCase.assertAst(UrlString fileUrl,
String source,
String expectedAst,
String optionsSet) |
protected void |
RenderingTestCase.assertRendering(UrlString fileUrl,
String source,
String expectedHtml) |
protected void |
RenderingTestCase.assertRendering(UrlString fileUrl,
String source,
String expectedHtml,
String optionsSet) |
protected void |
RenderingTestCase.assertRenderingAst(UrlString fileUrl,
String source,
String expectedHtml,
String expectedAst,
String optionsSet) |
Copyright © 2019. All rights reserved.