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

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 - 2024 Weber Informatics LLC | Privacy Policy