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