io.specto.hoverfly.junit.core.SystemProperty 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.core;
class SystemProperty {
static final String HTTP_PROXY_HOST = "http.proxyHost";
static final String HTTPS_PROXY_HOST = "https.proxyHost";
static final String HTTP_NON_PROXY_HOSTS = "http.nonProxyHosts";
static final String HTTP_PROXY_PORT = "http.proxyPort";
static final String HTTPS_PROXY_PORT = "https.proxyPort";
private SystemProperty() { }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy