Package com.vladsch.flexmark.test.util
Class FullSpecTestCase
- java.lang.Object
-
- com.vladsch.flexmark.test.util.RenderingTestCase
-
- com.vladsch.flexmark.test.util.FullSpecTestCase
-
- All Implemented Interfaces:
SpecExampleProcessor
- Direct Known Subclasses:
ComboSpecTestCase
public abstract class FullSpecTestCase extends RenderingTestCase implements SpecExampleProcessor
-
-
Field Summary
-
Fields inherited from class com.vladsch.flexmark.test.util.RenderingTestCase
EMBED_TIMED, EXTENSIONS, FAIL, IGNORE, INCLUDED_DOCUMENT, LOAD_EXTENSIONS, NO_FILE_EOL, NO_FILE_EOL_FALSE, SOURCE_INDENT, SOURCE_PREFIX, SOURCE_SUFFIX, thrown, TIMED, TIMED_ITERATIONS, UNLOAD_EXTENSIONS
-
-
Constructor Summary
Constructors Constructor Description FullSpecTestCase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected boolean
compoundSections()
@NotNull DumpSpecReader
create(@NotNull ResourceLocation location)
protected void
fullTestSpecComplete()
protected void
fullTestSpecStarting()
protected abstract @NotNull ResourceLocation
getSpecResourceLocation()
void
testSpecExample()
-
Methods inherited from class com.vladsch.flexmark.test.util.RenderingTestCase
addFullSpecExample, addSpecExample, assertRendering, assertRendering, assertRendering
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vladsch.flexmark.test.util.SpecExampleProcessor
addFullSpecExample, checkExample, getSpecExampleRenderer, options
-
-
-
-
Method Detail
-
create
@NotNull public @NotNull DumpSpecReader create(@NotNull @NotNull ResourceLocation location)
-
compoundSections
protected boolean compoundSections()
-
getSpecResourceLocation
@NotNull protected abstract @NotNull ResourceLocation getSpecResourceLocation()
-
fullTestSpecStarting
protected void fullTestSpecStarting()
-
fullTestSpecComplete
protected void fullTestSpecComplete()
-
testSpecExample
public void testSpecExample()
-
-