Class SpecExampleRendererBase

java.lang.Object
com.vladsch.flexmark.test.util.SpecExampleRendererBase
All Implemented Interfaces:
SpecExampleRenderer
Direct Known Subclasses:
FlexmarkSpecExampleRenderer

public abstract class SpecExampleRendererBase extends Object implements SpecExampleRenderer
  • Field Details

    • myExample

      @NotNull protected final @NotNull SpecExample myExample
    • myOptions

      @NotNull protected final @NotNull DataHolder myOptions
    • myIncludeExampleInfo

      protected final boolean myIncludeExampleInfo
    • myIsFinalized

      private boolean myIsFinalized
    • myRenderedHtml

      @Nullable private @Nullable String myRenderedHtml
    • myRenderedAst

      @Nullable private @Nullable String myRenderedAst
  • Constructor Details

    • SpecExampleRendererBase

      public SpecExampleRendererBase(@NotNull @NotNull SpecExample example, @Nullable @Nullable DataHolder options)
    • SpecExampleRendererBase

      public SpecExampleRendererBase(@NotNull @NotNull SpecExample example, @Nullable @Nullable DataHolder options, boolean includeExampleInfo)
  • Method Details