Class StepFormatter.Formatting<F,T>

java.lang.Object
com.tngtech.jgiven.report.model.StepFormatter.Formatting<F,T>
All Implemented Interfaces:
ObjectFormatter<T>
Direct Known Subclasses:
StepFormatter.ArgumentFormatting, StepFormatter.ChainedFormatting, StepFormatter.TableFormatting, StepFormatter.TypeBasedFormatting
Enclosing class:
StepFormatter

public abstract static class StepFormatter.Formatting<F,T> extends Object implements ObjectFormatter<T>
  • Field Details

    • formatter

      protected final F formatter
  • Method Details