All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cucumber.table.TableDiffException Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
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