Class SpecExampleRendererBase

    • Field Detail

      • 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 java.lang.String myRenderedHtml
      • myRenderedAst

        @Nullable
        private @Nullable java.lang.String myRenderedAst
    • Constructor Detail

      • SpecExampleRendererBase

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

        public SpecExampleRendererBase​(@NotNull
                                       @NotNull SpecExample example,
                                       @Nullable
                                       @Nullable DataHolder options,
                                       boolean includeExampleInfo)