Class 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 of Objects such that each row appears on separate line and each cell is separated from next one by a comma.
    Author:
    aherscu
    • Constructor Detail

      • ObjectsMatrixFormatter

        public ObjectsMatrixFormatter()
    • Method Detail

      • format

        public String format​(Object[][] argumentToFormat,
                             String... annotationArguments)
        Specified by:
        format in interface com.tngtech.jgiven.format.ArgumentFormatter<Object[][]>