Class PlainRowFormatter

java.lang.Object
com.tngtech.jgiven.format.table.RowFormatter
com.tngtech.jgiven.format.table.PlainRowFormatter

public class PlainRowFormatter extends RowFormatter
Formats each row by just using the default formatting of an object. This results in a table with just one column, where the header is the name of the parameter.
Since:
0.10.0
See Also: