Package com.tngtech.jgiven.format.table
-
Interface Summary Interface Description RowFormatterFactory Factory for creating ObjectRowFormatter instancesTableFormatter Formatter that will format arguments as a table.TableFormatterFactory Factory to create a customTableFormatter
-
Class Summary Class Description DefaultRowFormatterFactory Default RowFormatterFactory that evaluates theTable.objectFormatting()
attribute to create a RowFormatter.DefaultTableFormatter The default implementation to format a table argumentDefaultTableFormatter.Factory FieldBasedRowFormatter Default implementation of theRowFormatter
that uses the fields of an object as columns of the tableFieldBasedRowFormatter.Factory Factory for creating instances ofFieldBasedRowFormatter
PlainRowFormatter Formats each row by just using the default formatting of an object.PlainRowFormatter.Factory Factory for creating instances ofPlainRowFormatter
RowFormatter Formats the rows of a data table.