Package com.tngtech.jgiven.report.model
Class StepFormatter.TableFormatting<F extends TableFormatter>
java.lang.Object
com.tngtech.jgiven.report.model.StepFormatter.Formatting<F,Object>
com.tngtech.jgiven.report.model.StepFormatter.TableFormatting<F>
- All Implemented Interfaces:
ObjectFormatter<Object>
- Enclosing class:
- StepFormatter
public static class StepFormatter.TableFormatting<F extends TableFormatter>
extends StepFormatter.Formatting<F,Object>
-
Field Summary
Fields inherited from class com.tngtech.jgiven.report.model.StepFormatter.Formatting
formatter
-
Constructor Summary
ConstructorDescriptionTableFormatting
(F formatter, Table tableAnnotation, String parameterName, Annotation... annotations) -
Method Summary
Methods inherited from class com.tngtech.jgiven.report.model.StepFormatter.Formatting
getFormatter
-
Constructor Details
-
TableFormatting
public TableFormatting(F formatter, Table tableAnnotation, String parameterName, Annotation... annotations)
-
-
Method Details
-
format
- Specified by:
format
in interfaceObjectFormatter<F extends TableFormatter>
- Specified by:
format
in classStepFormatter.Formatting<F extends TableFormatter,
Object>
-
formatTable
-