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

com.deblock.cucumber.datatable.validator.DataTableDoesNotMatch Maven / Gradle / Ivy

package com.deblock.cucumber.datatable.validator;

public class DataTableDoesNotMatch extends RuntimeException {
    public DataTableDoesNotMatch(String reason) {
        super(reason);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy