Class FormatterSpecTest

All Implemented Interfaces:
SpecExampleProcessor

public abstract class FormatterSpecTest extends FormatterTranslationSpecTestBase
  • Constructor Details

    • FormatterSpecTest

      public FormatterSpecTest(@NotNull @NotNull SpecExample example, @Nullable @Nullable Map<String,? extends DataHolder> optionMap, @Nullable @Nullable DataHolder... defaultOptions)
  • Method Details

    • getSpecExampleRenderer

      @NotNull public @NotNull SpecExampleRenderer getSpecExampleRenderer(@NotNull @NotNull SpecExample example, @Nullable @Nullable DataHolder exampleOptions)
      Description copied from interface: SpecExampleProcessor
      Get spec renderer for an example spec
      Parameters:
      example - spec example
      exampleOptions - example custom options
      Returns:
      spec renderer for given example and options