Class ConsoleDataTable
- java.lang.Object
-
- org.wso2.synapse.unittest.summarytable.ConsoleDataTable
-
public final class ConsoleDataTable extends Object
Class is responsible for print the test summary table in the console.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Stringof(String[] headers, String[][] data)Create a new table with the specified headers and row data.StringtoString()
-