![JAR search and dependency download from the Maven repository](/logo.png)
net.jqwik.engine.properties.state.InvariantFailedError Maven / Gradle / Ivy
The newest version!
package net.jqwik.engine.properties.state;
import org.opentest4j.*;
public class InvariantFailedError extends AssertionFailedError {
protected InvariantFailedError(String message, Throwable cause) {
super(message, cause);
this.setStackTrace(cause.getStackTrace());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy