by.stub.yaml.YamlProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stubby4j Show documentation
Show all versions of stubby4j Show documentation
HTTP stub server written in Java with embedded Jetty
package by.stub.yaml;
import by.stub.annotations.CoberturaIgnore;
public final class YamlProperties {
public static final String BODY = "body";
public static final String FILE = "file";
public static final String HEADERS = "headers";
public static final String HTTPLIFECYCLE = "httplifecycle";
public static final String METHOD = "method";
public static final String POST = "post";
public static final String QUERY = "query";
public static final String REQUEST = "request";
public static final String RESPONSE = "response";
public static final String STATUS = "status";
public static final String URL = "url";
@CoberturaIgnore
private YamlProperties() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy