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 SpecExampleRendererFormatterSpecTest.getSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder exampleOptions) final @NotNull SpecExampleRendererRendererSpecTest.getSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder exampleOptions) final @NotNull SpecExampleRendererTranslationFormatterSpecTest.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 SpecExampleComboSpecTestCase.exampleprotected final @NotNull SpecExampleSpecExampleRendererBase.myExampleMethods in com.vladsch.flexmark.test.util that return SpecExampleModifier and TypeMethodDescriptiondefault @NotNull SpecExampleSpecExampleProcessor.checkExample(@NotNull SpecExample example) Allows tests to modify example during reading (DumpSpecReader)@NotNull SpecExampleSpecExampleRenderer.getExample()@NotNull SpecExampleSpecExampleRendererBase.getExample()Methods in com.vladsch.flexmark.test.util with parameters of type SpecExampleModifier and TypeMethodDescriptionprotected voidDumpSpecReader.addSpecExample(@NotNull SpecExample specExample) protected final voidRenderingTestCase.assertRendering(@NotNull SpecExample specExample) default @NotNull SpecExampleSpecExampleProcessor.checkExample(@NotNull SpecExample example) Allows tests to modify example during reading (DumpSpecReader)static DataHolderTestUtils.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 SpecExampleRendererSpecExampleProcessor.getSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder exampleOptions) Get spec renderer for an example specstatic voidTestUtils.throwIgnoredOption(@NotNull SpecExample example, @NotNull String optionSets, @NotNull String option) static voidTestUtils.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 SpecExampleSpecExample.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 voidSpecReader.addSpecExample(@NotNull SpecExample example)