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

com.cucumber.utils.exceptions.NegativeMatchAssertionError Maven / Gradle / Ivy

package com.cucumber.utils.exceptions;

public class NegativeMatchAssertionError extends AssertionError {
    public NegativeMatchAssertionError(String detailedMessage) {
        super("Elements match: " + detailedMessage);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy