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

cucumber.runtime.table.TableDiffException Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
package cucumber.runtime.table;

import cucumber.api.DataTable;

public class TableDiffException extends RuntimeException {
    public TableDiffException(DataTable tableDiff) {
        super("Tables were not identical:\n" + tableDiff.toString());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy