Class ConsoleDataTable


  • public final class ConsoleDataTable
    extends Object
    Class is responsible for print the test summary table in the console.
    • Method Detail

      • of

        public static String of​(String[] headers,
                                String[][] data)
        Create a new table with the specified headers and row data.
        Parameters:
        headers - list of headers of the table
        data - list of row data of the table
        Returns:
        full table as a string