io.specto.hoverfly.junit.api.HoverflyClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hoverfly-java Show documentation
Show all versions of hoverfly-java Show documentation
Hoverfly for Java. Capture and simulate HTTP(S) services in JUnit tests.
package io.specto.hoverfly.junit.api;
public class HoverflyClientException extends RuntimeException {
public HoverflyClientException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy