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

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