Class ComboSpecTestCase

    • Field Detail

      • CUSTOM_OPTION

        public static final DataKey<java.util.function.BiFunction<java.lang.String,​java.lang.String,​DataHolder>> CUSTOM_OPTION
      • example

        @NotNull
        protected final @NotNull SpecExample example
      • optionsMap

        @NotNull
        protected final @NotNull java.util.Map<java.lang.String,​DataHolder> optionsMap
      • myDefaultOptions

        @Nullable
        protected final @Nullable DataHolder myDefaultOptions
    • Constructor Detail

      • ComboSpecTestCase

        public ComboSpecTestCase​(@NotNull
                                 @NotNull SpecExample example,
                                 @Nullable
                                 @Nullable java.util.Map<java.lang.String,​? extends DataHolder> optionMap,
                                 @Nullable
                                 @Nullable DataHolder... defaultOptions)