com.github.httpmock.MockServer Maven / Gradle / Ivy
package com.github.httpmock;
public interface MockServer {
void start();
void stop();
String getBaseUri();
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.github.httpmock;
public interface MockServer {
void start();
void stop();
String getBaseUri();
}