com.github.httpmock.rules.MockVerifyException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mock-http-server-junit Show documentation
Show all versions of mock-http-server-junit Show documentation
Mock HTTP Server - JUnit Rules
package com.github.httpmock.rules;
public class MockVerifyException extends RuntimeException {
public MockVerifyException(String message) {
super(message);
}
private static final long serialVersionUID = 1L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy