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
ConstructorsConstructorDescriptionTableFormatting(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:
formatin interfaceObjectFormatter<F extends TableFormatter>- Specified by:
formatin classStepFormatter.Formatting<F extends TableFormatter,Object>
-
formatTable
-