
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