![JAR search and dependency download from the Maven repository](/logo.png)
cucumber.runtime.table.TableDiffException Maven / Gradle / Ivy
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