Uses of Class
com.vladsch.flexmark.test.util.spec.SpecExample
Packages that use SpecExample
Package
Description
-
Uses of SpecExample in com.vladsch.flexmark.core.test.util
Methods in com.vladsch.flexmark.core.test.util with parameters of type SpecExampleModifier and TypeMethodDescription@NotNull SpecExampleRenderer
FormatterSpecTest.getSpecExampleRenderer
(@NotNull SpecExample example, @Nullable DataHolder exampleOptions) final @NotNull SpecExampleRenderer
RendererSpecTest.getSpecExampleRenderer
(@NotNull SpecExample example, @Nullable DataHolder exampleOptions) final @NotNull SpecExampleRenderer
TranslationFormatterSpecTest.getSpecExampleRenderer
(@NotNull SpecExample example, @Nullable DataHolder exampleOptions) Constructors in com.vladsch.flexmark.core.test.util with parameters of type SpecExampleModifierConstructorDescriptionFormatterSpecTest
(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) FormatterTranslationSpecTestBase
(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) RendererSpecTest
(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) TranslationFormatterSpecTest
(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) -
Uses of SpecExample in com.vladsch.flexmark.test.util
Fields in com.vladsch.flexmark.test.util declared as SpecExampleModifier and TypeFieldDescriptionprotected final @NotNull SpecExample
ComboSpecTestCase.example
protected final @NotNull SpecExample
SpecExampleRendererBase.myExample
Methods in com.vladsch.flexmark.test.util that return SpecExampleModifier and TypeMethodDescriptiondefault @NotNull SpecExample
SpecExampleProcessor.checkExample
(@NotNull SpecExample example) Allows tests to modify example during reading (DumpSpecReader)@NotNull SpecExample
SpecExampleRenderer.getExample()
@NotNull SpecExample
SpecExampleRendererBase.getExample()
Methods in com.vladsch.flexmark.test.util with parameters of type SpecExampleModifier and TypeMethodDescriptionprotected void
DumpSpecReader.addSpecExample
(@NotNull SpecExample specExample) protected final void
RenderingTestCase.assertRendering
(@NotNull SpecExample specExample) default @NotNull SpecExample
SpecExampleProcessor.checkExample
(@NotNull SpecExample example) Allows tests to modify example during reading (DumpSpecReader)static DataHolder
TestUtils.getOptions
(@NotNull SpecExample example, @Nullable String optionSets, @NotNull Function<String, DataHolder> optionsProvider) process comma separated list of option sets and combine them for final set to use@NotNull SpecExampleRenderer
SpecExampleProcessor.getSpecExampleRenderer
(@NotNull SpecExample example, @Nullable DataHolder exampleOptions) Get spec renderer for an example specstatic void
TestUtils.throwIgnoredOption
(@NotNull SpecExample example, @NotNull String optionSets, @NotNull String option) static void
TestUtils.throwIllegalStateException
(@NotNull SpecExample example, @NotNull String option) Constructors in com.vladsch.flexmark.test.util with parameters of type SpecExampleModifierConstructorDescriptionComboSpecTestCase
(@NotNull SpecExample example, @Nullable Map<String, ? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions) FlexmarkSpecExampleRenderer
(@NotNull SpecExample example, @Nullable DataHolder options, @NotNull IParse parser, @NotNull IRender render) FlexmarkSpecExampleRenderer
(@NotNull SpecExample example, @Nullable DataHolder options, @NotNull IParse parser, @NotNull IRender render, boolean includeExampleCoord) SpecExampleRendererBase
(@NotNull SpecExample example, @Nullable DataHolder options) SpecExampleRendererBase
(@NotNull SpecExample example, @Nullable DataHolder options, boolean includeExampleInfo) -
Uses of SpecExample in com.vladsch.flexmark.test.util.spec
Fields in com.vladsch.flexmark.test.util.spec declared as SpecExampleFields in com.vladsch.flexmark.test.util.spec with type parameters of type SpecExampleMethods in com.vladsch.flexmark.test.util.spec that return SpecExampleModifier and TypeMethodDescriptionstatic @NotNull SpecExample
SpecExample.ofCaller
(int callNesting, Class<?> resourceClass, @NotNull String source, @NotNull String html, @Nullable String ast) SpecExample.withExampleNumber
(int exampleNumber) SpecExample.withOptionsSet
(@Nullable String optionsSet) SpecExample.withResourceLocation
(@NotNull ResourceLocation location) SpecExample.withSection
(@Nullable String section) SpecExample.withSource
(@NotNull String source) Methods in com.vladsch.flexmark.test.util.spec that return types with arguments of type SpecExampleMethods in com.vladsch.flexmark.test.util.spec with parameters of type SpecExampleModifier and TypeMethodDescriptionprotected void
SpecReader.addSpecExample
(@NotNull SpecExample example)