cucumber.table.TableDiffException Maven / Gradle / Ivy
package cucumber.table;
public class TableDiffException extends RuntimeException {
public TableDiffException(DataTable tableDiff) {
super("Tables were not identical:\n" + tableDiff.toString());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy