Class ObjectsMatrixFormatter
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.formatters.ObjectsMatrixFormatter
-
- All Implemented Interfaces:
com.tngtech.jgiven.format.ArgumentFormatter<Object[][]>
@ThreadSafe public class ObjectsMatrixFormatter extends Object implements com.tngtech.jgiven.format.ArgumentFormatter<Object[][]>
Formats a two dimensional array ofObject
s such that each row appears on separate line and each cell is separated from next one by a comma.- Author:
- aherscu
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ObjectsMatrixFormatter.Annotation
Formatter annotation forObject
[][] objects.
-
Constructor Summary
Constructors Constructor Description ObjectsMatrixFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(Object[][] argumentToFormat, String... annotationArguments)
-