Uses of Class
com.vladsch.flexmark.test.util.spec.SpecExample
-
Packages that use SpecExample Package Description com.vladsch.flexmark.core.test.util com.vladsch.flexmark.test.util com.vladsch.flexmark.test.util.spec -
-
Uses of SpecExample in com.vladsch.flexmark.core.test.util
Methods in com.vladsch.flexmark.core.test.util with parameters of type SpecExample Modifier and Type Method Description @NotNull SpecExampleRendererFormatterSpecTest. getSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder exampleOptions)@NotNull SpecExampleRendererRendererSpecTest. getSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder exampleOptions)@NotNull SpecExampleRendererTranslationFormatterSpecTest. getSpecExampleRenderer(@NotNull SpecExample example, @Nullable DataHolder exampleOptions)Constructors in com.vladsch.flexmark.core.test.util with parameters of type SpecExample Constructor Description FormatterSpecTest(@NotNull SpecExample example, @Nullable java.util.Map<java.lang.String,? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions)FormatterTranslationSpecTestBase(@NotNull SpecExample example, @Nullable java.util.Map<java.lang.String,? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions)RendererSpecTest(@NotNull SpecExample example, @Nullable java.util.Map<java.lang.String,? extends DataHolder> optionMap, @Nullable DataHolder... defaultOptions)TranslationFormatterSpecTest(@NotNull SpecExample example, @Nullable java.util.Map<java.lang.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 SpecExample Modifier and Type Field Description protected @NotNull SpecExampleComboSpecTestCase. exampleprotected @NotNull SpecExampleSpecExampleRendererBase. myExampleMethods in com.vladsch.flexmark.test.util that return SpecExample Modifier and Type Method Description default @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 SpecExample Modifier and Type Method Description protected voidDumpSpecReader. addSpecExample(@NotNull SpecExample specExample)protected 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 java.lang.String optionSets, @NotNull java.util.function.Function<java.lang.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 java.lang.String optionSets, @NotNull java.lang.String option)static voidTestUtils. throwIllegalStateException(@NotNull SpecExample example, @NotNull java.lang.String option)Constructors in com.vladsch.flexmark.test.util with parameters of type SpecExample Constructor Description ComboSpecTestCase(@NotNull SpecExample example, @Nullable java.util.Map<java.lang.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 SpecExample Modifier and Type Field Description static SpecExampleSpecExample. NULLFields in com.vladsch.flexmark.test.util.spec with type parameters of type SpecExample Modifier and Type Field Description protected java.util.List<SpecExample>SpecReader. examplesMethods in com.vladsch.flexmark.test.util.spec that return SpecExample Modifier and Type Method Description static @NotNull SpecExampleSpecExample. ofCaller(int callNesting, java.lang.Class<?> resourceClass, @NotNull java.lang.String source, @NotNull java.lang.String html, @Nullable java.lang.String ast)SpecExampleSpecExample. withAst(@Nullable java.lang.String ast)SpecExampleSpecExample. withExampleNumber(int exampleNumber)SpecExampleSpecExample. withHtml(@NotNull java.lang.String html)SpecExampleSpecExample. withOptionsSet(@Nullable java.lang.String optionsSet)SpecExampleSpecExample. withResourceLocation(@NotNull ResourceLocation location)SpecExampleSpecExample. withSection(@Nullable java.lang.String section)SpecExampleSpecExample. withSource(@NotNull java.lang.String source)Methods in com.vladsch.flexmark.test.util.spec that return types with arguments of type SpecExample Modifier and Type Method Description @NotNull java.util.List<SpecExample>SpecReader. getExamples()Methods in com.vladsch.flexmark.test.util.spec with parameters of type SpecExample Modifier and Type Method Description protected voidSpecReader. addSpecExample(@NotNull SpecExample example)
-