Class TranslationFormatterSpecTest
java.lang.Object
com.vladsch.flexmark.test.util.RenderingTestCase
com.vladsch.flexmark.test.util.FullSpecTestCase
com.vladsch.flexmark.test.util.ComboSpecTestCase
com.vladsch.flexmark.core.test.util.FormatterTranslationSpecTestBase
com.vladsch.flexmark.core.test.util.TranslationFormatterSpecTest
- All Implemented Interfaces:
SpecExampleProcessor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final DataHolderprivate static final Map<String, DataHolder> private static final booleanprivate static final booleanFields inherited from class FormatterTranslationSpecTestBase
EDIT_OP, EDIT_OP_CHAR, SHOW_LINE_RANGES, SKIP_IGNORED_TESTSFields inherited from class ComboSpecTestCase
CUSTOM_OPTION, example, myDefaultOptionsFields inherited from class 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
ConstructorsConstructorDescriptionTranslationFormatterSpecTest(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) -
Method Summary
Modifier and TypeMethodDescriptionprivate ParsergetParser(@Nullable DataHolder OPTIONS) private IRendergetRenderer(@Nullable DataHolder OPTIONS) final @NotNull SpecExampleRenderergetSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder exampleOptions) Get spec renderer for an example spec(package private) static CharSequencetranslate(CharSequence text) Methods inherited from class FormatterTranslationSpecTestBase
firstIndentOption, indentOption, marginOptionMethods inherited from class ComboSpecTestCase
aggregate, compoundSections, dataHolders, getSpecResourceLocation, getTestData, options, optionsMaps, placementAndSortOptions, placementAndSortOptions, testSpecExampleMethods inherited from class FullSpecTestCase
create, fullTestSpecComplete, fullTestSpecStartingMethods inherited from class RenderingTestCase
addFullSpecExample, addSpecExample, assertRendering, assertRendering, assertRenderingMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SpecExampleProcessor
addFullSpecExample, checkExample
-
Field Details
-
SHOW_INTERMEDIATE
private static final boolean SHOW_INTERMEDIATE- See Also:
-
SHOW_INTERMEDIATE_AST
private static final boolean SHOW_INTERMEDIATE_AST- See Also:
-
DETAILS
-
AST_DETAILS
-
OPTIONS
-
optionsMap
-
-
Constructor Details
-
TranslationFormatterSpecTest
public TranslationFormatterSpecTest(@NotNull @NotNull SpecExample example, @Nullable @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable @Nullable DataHolder... defaultOptions)
-
-
Method Details
-
getParser
-
getRenderer
-
getSpecExampleRenderer
@NotNull public final @NotNull SpecExampleRenderer getSpecExampleRenderer(@NotNull @NotNull SpecExample example, @Nullable @Nullable DataHolder exampleOptions) Description copied from interface:SpecExampleProcessorGet spec renderer for an example spec- Parameters:
example- spec exampleexampleOptions- example custom options- Returns:
- spec renderer for given example and options
-
translate
-