fixed unit tests with wiremock
This commit is contained in:
parent
86a37c79c8
commit
ec8bd5368a
|
@ -1,36 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<classpath>
|
|
||||||
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="optional" value="true"/>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="optional" value="true"/>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="owner.project.facets" value="java"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry kind="output" path="target/classes"/>
|
|
||||||
</classpath>
|
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
|
|
||||||
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/>
|
|
||||||
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER" value="org.eclipse.wst.jsdt.core.javascriptValidator"/>
|
|
||||||
<mapAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS"/>
|
|
||||||
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
|
|
||||||
</launchConfiguration>
|
|
|
@ -1,13 +0,0 @@
|
||||||
*.class
|
|
||||||
|
|
||||||
#folders#
|
|
||||||
/target
|
|
||||||
/neoDb*
|
|
||||||
/data
|
|
||||||
/src/main/webapp/WEB-INF/classes
|
|
||||||
*/META-INF/*
|
|
||||||
|
|
||||||
# Packaged files #
|
|
||||||
*.jar
|
|
||||||
*.war
|
|
||||||
*.ear
|
|
|
@ -1,36 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<projectDescription>
|
|
||||||
<name>rest-assured-tutorial</name>
|
|
||||||
<comment></comment>
|
|
||||||
<projects>
|
|
||||||
</projects>
|
|
||||||
<buildSpec>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.wst.common.project.facet.core.builder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.wst.validation.validationbuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
</buildSpec>
|
|
||||||
<natures>
|
|
||||||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
|
|
||||||
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
|
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
||||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
|
||||||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
|
|
||||||
</natures>
|
|
||||||
</projectDescription>
|
|
|
@ -1,7 +0,0 @@
|
||||||
=========
|
|
||||||
|
|
||||||
## A Guide To REST-Assured
|
|
||||||
|
|
||||||
|
|
||||||
### Relevant Articles:
|
|
||||||
|
|
|
@ -1,15 +1,218 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.baeldung</groupId>
|
<groupId>com.baeldung</groupId>
|
||||||
<artifactId>rest-assured</artifactId>
|
<artifactId>rest-assured-tutorial</artifactId>
|
||||||
<version>0.1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
|
|
||||||
<name>rest-assured</name>
|
<name>rest-assured</name>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>3.3</version>
|
||||||
|
<configuration>
|
||||||
|
<source>7</source>
|
||||||
|
<target>7</target>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>javax.servlet</groupId>
|
||||||
|
<artifactId>javax.servlet-api</artifactId>
|
||||||
|
<version>3.1-b06</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- utils -->
|
<!-- https://mvnrepository.com/artifact/javax.servlet/servlet-api -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>javax.servlet</groupId>
|
||||||
|
<artifactId>servlet-api</artifactId>
|
||||||
|
<version>2.5</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-security -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
<artifactId>jetty-security</artifactId>
|
||||||
|
<version>9.2.0.M1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-servlet -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
<artifactId>jetty-servlet</artifactId>
|
||||||
|
<version>9.2.0.M1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-servlets -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
<artifactId>jetty-servlets</artifactId>
|
||||||
|
<version>9.2.0.M1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-io -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
<artifactId>jetty-io</artifactId>
|
||||||
|
<version>9.2.0.M1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-http -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
<artifactId>jetty-http</artifactId>
|
||||||
|
<version>9.2.0.M1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
<artifactId>jetty-server</artifactId>
|
||||||
|
<version>9.2.0.M1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
|
<artifactId>jetty-util</artifactId>
|
||||||
|
<version>9.2.0.M1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.slf4j</groupId>
|
||||||
|
<artifactId>slf4j-api</artifactId>
|
||||||
|
<version>1.7.21</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/log4j/log4j -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>log4j</groupId>
|
||||||
|
<artifactId>log4j</artifactId>
|
||||||
|
<version>1.2.17</version>
|
||||||
|
</dependency>
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.slf4j</groupId>
|
||||||
|
<artifactId>slf4j-log4j12</artifactId>
|
||||||
|
<version>1.7.21</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/com.jayway.restassured/rest-assured-common -->
|
||||||
|
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-logging</groupId>
|
||||||
|
<artifactId>commons-logging</artifactId>
|
||||||
|
<version>1.2</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
<artifactId>httpcore</artifactId>
|
||||||
|
<version>4.4.5</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.commons</groupId>
|
||||||
|
<artifactId>commons-lang3</artifactId>
|
||||||
|
<version>3.4</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/com.github.fge/uri-template -->
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.fge</groupId>
|
||||||
|
<artifactId>uri-template</artifactId>
|
||||||
|
<version>0.9</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/com.googlecode.libphonenumber/libphonenumber -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.googlecode.libphonenumber</groupId>
|
||||||
|
<artifactId>libphonenumber</artifactId>
|
||||||
|
<version>7.4.5</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>javax.mail</groupId>
|
||||||
|
<artifactId>mail</artifactId>
|
||||||
|
<version>1.4.7</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>joda-time</groupId>
|
||||||
|
<artifactId>joda-time</artifactId>
|
||||||
|
<version>2.9.4</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
<artifactId>jackson-annotations</artifactId>
|
||||||
|
<version>2.8.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
<artifactId>jackson-databind</artifactId>
|
||||||
|
<version>2.8.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
|
<artifactId>jackson-core</artifactId>
|
||||||
|
<version>2.8.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.fge</groupId>
|
||||||
|
<artifactId>msg-simple</artifactId>
|
||||||
|
<version>1.1</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.fge</groupId>
|
||||||
|
<artifactId>jackson-coreutils</artifactId>
|
||||||
|
<version>1.8</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.guava</groupId>
|
||||||
|
<artifactId>guava</artifactId>
|
||||||
|
<version>18.0</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.fge</groupId>
|
||||||
|
<artifactId>btf</artifactId>
|
||||||
|
<version>1.2</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
<artifactId>httpclient</artifactId>
|
||||||
|
<version>4.5.2</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.codehaus.groovy</groupId>
|
||||||
|
<artifactId>groovy-all</artifactId>
|
||||||
|
<version>2.4.7</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.tomakehurst</groupId>
|
||||||
|
<artifactId>wiremock</artifactId>
|
||||||
|
<version>2.1.7</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.rest-assured</groupId>
|
<groupId>io.rest-assured</groupId>
|
||||||
<artifactId>rest-assured</artifactId>
|
<artifactId>rest-assured</artifactId>
|
||||||
|
@ -31,11 +234,6 @@
|
||||||
<artifactId>json-schema-core</artifactId>
|
<artifactId>json-schema-core</artifactId>
|
||||||
<version>1.2.5</version>
|
<version>1.2.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- web -->
|
|
||||||
|
|
||||||
<!-- test scoped -->
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
|
@ -48,39 +246,12 @@
|
||||||
<artifactId>hamcrest-all</artifactId>
|
<artifactId>hamcrest-all</artifactId>
|
||||||
<version>1.3</version>
|
<version>1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- https://mvnrepository.com/artifact/commons-collections/commons-collections -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-collections</groupId>
|
||||||
|
<artifactId>commons-collections</artifactId>
|
||||||
|
<version>3.2.2</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
</project>
|
||||||
<build>
|
|
||||||
<finalName>rest-assured</finalName>
|
|
||||||
<resources>
|
|
||||||
<resource>
|
|
||||||
<directory>src/main/resources</directory>
|
|
||||||
<filtering>true</filtering>
|
|
||||||
</resource>
|
|
||||||
</resources>
|
|
||||||
|
|
||||||
<plugins>
|
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
|
||||||
<version>${maven-compiler-plugin.version}</version>
|
|
||||||
<configuration>
|
|
||||||
<source>1.8</source>
|
|
||||||
<target>1.8</target>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
|
||||||
<version>${maven-surefire-plugin.version}</version>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
</plugins>
|
|
||||||
|
|
||||||
</build>
|
|
||||||
|
|
||||||
|
|
||||||
</project>
|
|
||||||
|
|
|
@ -0,0 +1,55 @@
|
||||||
|
package com.baeldung.restassured;
|
||||||
|
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.aResponse;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.configureFor;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.get;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.post;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.stubFor;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.urlEqualTo;
|
||||||
|
import static org.hamcrest.Matchers.hasItems;
|
||||||
|
|
||||||
|
import org.junit.After;
|
||||||
|
import org.junit.Before;
|
||||||
|
import org.junit.Test;
|
||||||
|
import static io.restassured.RestAssured.get;
|
||||||
|
|
||||||
|
import com.github.tomakehurst.wiremock.WireMockServer;
|
||||||
|
|
||||||
|
public class RestAssured2Test {
|
||||||
|
private WireMockServer wireMockServer = new WireMockServer();
|
||||||
|
|
||||||
|
private static final String EVENTS_PATH = "/odds";
|
||||||
|
private static final String APPLICATION_JSON = "application/json";
|
||||||
|
private static final String ODDS = getJson();
|
||||||
|
|
||||||
|
@Before
|
||||||
|
public void before() throws Exception {
|
||||||
|
System.out.println("Setting up!");
|
||||||
|
wireMockServer.start();
|
||||||
|
configureFor("localhost", 8080);
|
||||||
|
stubFor(get(urlEqualTo(EVENTS_PATH)).willReturn(
|
||||||
|
aResponse().withStatus(200)
|
||||||
|
.withHeader("Content-Type", APPLICATION_JSON)
|
||||||
|
.withBody(ODDS)));
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void givenUrl_whenVerifiesOddPricesAccuratelyByStatus_thenCorrect() {
|
||||||
|
get("/odds").then().body("odds.findAll { it.status > 0 }.price",
|
||||||
|
hasItems(5.25f, 1.2f));
|
||||||
|
}
|
||||||
|
|
||||||
|
private static String getJson() {
|
||||||
|
|
||||||
|
return Util.inputStreamToString(new RestAssured2Test().getClass()
|
||||||
|
.getResourceAsStream("/odds.json"));
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@After
|
||||||
|
public void after() throws Exception {
|
||||||
|
System.out.println("Running: tearDown");
|
||||||
|
wireMockServer.stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -1,61 +1,68 @@
|
||||||
package com.baeldung.restassured;
|
package com.baeldung.restassured;
|
||||||
|
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.aResponse;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.configureFor;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.get;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.stubFor;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.urlEqualTo;
|
||||||
import static io.restassured.RestAssured.get;
|
import static io.restassured.RestAssured.get;
|
||||||
import static io.restassured.RestAssured.post;
|
|
||||||
import static io.restassured.module.jsv.JsonSchemaValidator.matchesJsonSchemaInClasspath;
|
import static io.restassured.module.jsv.JsonSchemaValidator.matchesJsonSchemaInClasspath;
|
||||||
import static io.restassured.module.jsv.JsonSchemaValidatorSettings.settings;
|
import static io.restassured.module.jsv.JsonSchemaValidatorSettings.settings;
|
||||||
import static org.hamcrest.Matchers.equalTo;
|
import static org.hamcrest.Matchers.equalTo;
|
||||||
import static org.hamcrest.Matchers.hasItems;
|
import static org.hamcrest.Matchers.hasItems;
|
||||||
import static org.hamcrest.Matchers.containsString;
|
|
||||||
import io.restassured.module.jsv.JsonSchemaValidator;
|
|
||||||
import static org.hamcrest.xml.HasXPath.hasXPath;
|
|
||||||
|
|
||||||
|
import org.junit.After;
|
||||||
|
import org.junit.Before;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import com.github.fge.jsonschema.SchemaVersion;
|
import com.github.fge.jsonschema.SchemaVersion;
|
||||||
import com.github.fge.jsonschema.cfg.ValidationConfiguration;
|
import com.github.fge.jsonschema.cfg.ValidationConfiguration;
|
||||||
import com.github.fge.jsonschema.main.JsonSchemaFactory;
|
import com.github.fge.jsonschema.main.JsonSchemaFactory;
|
||||||
|
import com.github.tomakehurst.wiremock.WireMockServer;
|
||||||
|
|
||||||
public class RestAssuredTest {
|
public class RestAssuredTest {
|
||||||
|
|
||||||
@Test
|
private WireMockServer wireMockServer = new WireMockServer();
|
||||||
public void givenJsonResponse_whenKeyValuePairMatches_thenCorrect() {
|
private static final String EVENTS_PATH = "/events?id=390";
|
||||||
JsonSchemaFactory factory = JsonSchemaFactory
|
private static final String APPLICATION_JSON = "application/json";
|
||||||
.newBuilder()
|
private static final String GAME_ODDS = getEventJson();
|
||||||
.setValidationConfiguration(
|
|
||||||
ValidationConfiguration.newBuilder()
|
@Before
|
||||||
.setDefaultVersion(SchemaVersion.DRAFTV3)
|
public void before() throws Exception {
|
||||||
.freeze()).freeze();
|
System.out.println("Setting up!");
|
||||||
JsonSchemaValidator.settings = settings().with()
|
wireMockServer.start();
|
||||||
.jsonSchemaFactory(factory).and().with()
|
configureFor("localhost", 8080);
|
||||||
.checkedValidation(false);
|
stubFor(get(urlEqualTo(EVENTS_PATH)).willReturn(
|
||||||
|
aResponse().withStatus(200)
|
||||||
|
.withHeader("Content-Type", APPLICATION_JSON)
|
||||||
|
.withBody(GAME_ODDS)));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void givenJsonArrayOfSimilarObjects_whenHasGivenValuesForGivenKey_thenCorrect() {
|
public void givenUrl_whenCheckingFloatValuePasses_thenCorrect() {
|
||||||
|
get("/events?id=390").then().assertThat()
|
||||||
|
.body("odd.ck", equalTo(12.2f));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void givenUrl_whenSuccessOnGetsResponse_andJsonHasRequiredKV_thenCorrect() {
|
public void givenUrl_whenSuccessOnGetsResponse_andJsonHasRequiredKV_thenCorrect() {
|
||||||
|
|
||||||
get("/events?id=390").then().statusCode(200).assertThat()
|
get("/events?id=390").then().statusCode(200).assertThat()
|
||||||
.body("data.id", equalTo(390));
|
.body("id", equalTo("390"));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void givenUrl_whenJsonResponseHasArrayWithGivenValuesUnderKey_thenCorrect() {
|
public void givenUrl_whenJsonResponseHasArrayWithGivenValuesUnderKey_thenCorrect() {
|
||||||
|
|
||||||
get("/events?id=390").then().assertThat()
|
get("/events?id=390").then().assertThat()
|
||||||
.body("odds.price", hasItems("1.30", "5.25"));
|
.body("odds.price", hasItems(1.30f, 5.25f, 2.70f, 1.20f));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void givenUrl_whenJsonResponseConformsToSchema_thenCorrect() {
|
public void givenUrl_whenJsonResponseConformsToSchema_thenCorrect() {
|
||||||
|
|
||||||
get("/events?id=390").then().assertThat()
|
get("/events?id=390").then().assertThat()
|
||||||
.body(matchesJsonSchemaInClasspath("event_0.json"));
|
.body(matchesJsonSchemaInClasspath("event_0.json"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@ -64,14 +71,14 @@ public class RestAssuredTest {
|
||||||
.newBuilder()
|
.newBuilder()
|
||||||
.setValidationConfiguration(
|
.setValidationConfiguration(
|
||||||
ValidationConfiguration.newBuilder()
|
ValidationConfiguration.newBuilder()
|
||||||
.setDefaultVersion(SchemaVersion.DRAFTV4)
|
.setDefaultVersion(SchemaVersion.DRAFTV4)
|
||||||
.freeze()).freeze();
|
.freeze()).freeze();
|
||||||
|
|
||||||
get("/events?id=390")
|
get("/events?id=390")
|
||||||
.then()
|
.then()
|
||||||
.assertThat()
|
.assertThat()
|
||||||
.body(matchesJsonSchemaInClasspath("event_0.json").using(
|
.body(matchesJsonSchemaInClasspath("event_0.json").using(
|
||||||
jsonSchemaFactory));
|
jsonSchemaFactory));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,73 +86,21 @@ public class RestAssuredTest {
|
||||||
public void givenUrl_whenValidatesResponseWithStaticSettings_thenCorrect() {
|
public void givenUrl_whenValidatesResponseWithStaticSettings_thenCorrect() {
|
||||||
|
|
||||||
get("/events?id=390")
|
get("/events?id=390")
|
||||||
.then()
|
.then()
|
||||||
.assertThat()
|
.assertThat()
|
||||||
.body(matchesJsonSchemaInClasspath("event_0.json").using(
|
.body(matchesJsonSchemaInClasspath("event_0.json").using(
|
||||||
settings().with().checkedValidation(false)));
|
settings().with().checkedValidation(false)));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@After
|
||||||
public void givenUrl_whenCheckingFloatValuePasses_thenCorrect() {
|
public void after() throws Exception {
|
||||||
get("/odd").then().assertThat().body("odd.ck", equalTo(12.2f));
|
System.out.println("Running: tearDown");
|
||||||
|
wireMockServer.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
private static String getEventJson() {
|
||||||
public void givenUrl_whenXmlResponseValueTestsEqual_thenCorrect() {
|
return Util.inputStreamToString(new RestAssuredTest().getClass()
|
||||||
post("/employees").then().assertThat()
|
.getResourceAsStream("/event_0.json"));
|
||||||
.body("employees.employee.first-name", equalTo("Jane"));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void givenUrl_whenMultipleXmlValuesTestEqual_thenCorrect() {
|
|
||||||
post("/employees").then().assertThat()
|
|
||||||
.body("employees.employee.first-name", equalTo("Jane"))
|
|
||||||
.body("employees.employee.last-name", equalTo("Daisy"))
|
|
||||||
.body("employees.employee.sex", equalTo("f"));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void givenUrl_whenMultipleXmlValuesTestEqualInShortHand_thenCorrect() {
|
|
||||||
post("/employees")
|
|
||||||
.then()
|
|
||||||
.assertThat()
|
|
||||||
.body("employees.employee.first-name", equalTo("Jane"),
|
|
||||||
"employees.employee.last-name", equalTo("Daisy"),
|
|
||||||
"employees.employee.sex", equalTo("f"));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void givenUrl_whenValidatesXmlUsingXpath_thenCorrect() {
|
|
||||||
post("/employees")
|
|
||||||
.then()
|
|
||||||
.assertThat()
|
|
||||||
.body(hasXPath("/employees/employee/first-name",
|
|
||||||
containsString("Ja")));
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void givenUrl_whenValidatesXmlUsingXpath2_thenCorrect() {
|
|
||||||
post("/employees")
|
|
||||||
.then()
|
|
||||||
.assertThat()
|
|
||||||
.body(hasXPath("/employees/employee/first-name[text()='Jane']"));
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void givenUrl_whenVerifiesScienceTeacherFromXml_thenCorrect() {
|
|
||||||
get("/teachers")
|
|
||||||
.then()
|
|
||||||
.body("teachers.teacher.find { it.@department == 'science' }.subject",
|
|
||||||
hasItems("math", "physics"));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void givenUrl_whenVerifiesOddPricesAccuratelyByStatus_thenCorrect() {
|
|
||||||
get("/odds").then().body("odds.findAll { it.status > 0 }.price",
|
|
||||||
hasItems(1.30f, 1.20f));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,54 @@
|
||||||
|
package com.baeldung.restassured;
|
||||||
|
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.aResponse;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.configureFor;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.get;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.post;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.stubFor;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.urlEqualTo;
|
||||||
|
import static org.hamcrest.Matchers.hasItems;
|
||||||
|
|
||||||
|
import org.junit.After;
|
||||||
|
import org.junit.Before;
|
||||||
|
import org.junit.Test;
|
||||||
|
import static io.restassured.RestAssured.get;
|
||||||
|
|
||||||
|
import com.github.tomakehurst.wiremock.WireMockServer;
|
||||||
|
|
||||||
|
public class RestAssuredXML2Test {
|
||||||
|
private WireMockServer wireMockServer = new WireMockServer();
|
||||||
|
|
||||||
|
private static final String EVENTS_PATH = "/teachers";
|
||||||
|
private static final String APPLICATION_XML = "application/xml";
|
||||||
|
private static final String TEACHERS = getXml();
|
||||||
|
|
||||||
|
@Before
|
||||||
|
public void before() throws Exception {
|
||||||
|
System.out.println("Setting up!");
|
||||||
|
wireMockServer.start();
|
||||||
|
configureFor("localhost", 8080);
|
||||||
|
stubFor(get(urlEqualTo(EVENTS_PATH)).willReturn(
|
||||||
|
aResponse().withStatus(200)
|
||||||
|
.withHeader("Content-Type", APPLICATION_XML)
|
||||||
|
.withBody(TEACHERS)));
|
||||||
|
}
|
||||||
|
@Test
|
||||||
|
public void givenUrl_whenVerifiesScienceTeacherFromXml_thenCorrect() {
|
||||||
|
get("/teachers")
|
||||||
|
.then()
|
||||||
|
.body("teachers.teacher.find { it.@department == 'science' }.subject",
|
||||||
|
hasItems("math", "physics"));
|
||||||
|
}
|
||||||
|
private static String getXml() {
|
||||||
|
|
||||||
|
return Util
|
||||||
|
.inputStreamToString(new RestAssuredXML2Test().getClass().getResourceAsStream("/teachers.xml"));
|
||||||
|
|
||||||
|
}
|
||||||
|
@After
|
||||||
|
public void after() throws Exception {
|
||||||
|
System.out.println("Running: tearDown");
|
||||||
|
wireMockServer.stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,99 @@
|
||||||
|
package com.baeldung.restassured;
|
||||||
|
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.aResponse;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.configureFor;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.get;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.post;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.stubFor;
|
||||||
|
import static com.github.tomakehurst.wiremock.client.WireMock.urlEqualTo;
|
||||||
|
import static io.restassured.RestAssured.post;
|
||||||
|
import static io.restassured.RestAssured.get;
|
||||||
|
import static io.restassured.module.jsv.JsonSchemaValidator.matchesJsonSchemaInClasspath;
|
||||||
|
import static io.restassured.module.jsv.JsonSchemaValidatorSettings.settings;
|
||||||
|
import static org.hamcrest.Matchers.equalTo;
|
||||||
|
import static org.hamcrest.Matchers.hasItems;
|
||||||
|
import static org.hamcrest.Matchers.containsString;
|
||||||
|
import static org.hamcrest.xml.HasXPath.hasXPath;
|
||||||
|
|
||||||
|
import java.io.FileNotFoundException;
|
||||||
|
|
||||||
|
import org.junit.After;
|
||||||
|
import org.junit.Before;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import com.github.fge.jsonschema.SchemaVersion;
|
||||||
|
import com.github.fge.jsonschema.cfg.ValidationConfiguration;
|
||||||
|
import com.github.fge.jsonschema.main.JsonSchemaFactory;
|
||||||
|
import com.github.tomakehurst.wiremock.WireMockServer;
|
||||||
|
public class RestAssuredXMLTest {
|
||||||
|
private WireMockServer wireMockServer = new WireMockServer();
|
||||||
|
private static final String EVENTS_PATH = "/employees";
|
||||||
|
private static final String APPLICATION_XML = "application/xml";
|
||||||
|
private static final String EMPLOYEES = getXml();
|
||||||
|
|
||||||
|
@Before
|
||||||
|
public void before() throws Exception {
|
||||||
|
System.out.println("Setting up!");
|
||||||
|
wireMockServer.start();
|
||||||
|
configureFor("localhost", 8080);
|
||||||
|
stubFor(post(urlEqualTo(EVENTS_PATH)).willReturn(
|
||||||
|
aResponse().withStatus(200)
|
||||||
|
.withHeader("Content-Type", APPLICATION_XML)
|
||||||
|
.withBody(EMPLOYEES)));
|
||||||
|
}
|
||||||
|
@Test
|
||||||
|
public void givenUrl_whenXmlResponseValueTestsEqual_thenCorrect() {
|
||||||
|
post("/employees").then().assertThat()
|
||||||
|
.body("employees.employee.first-name", equalTo("Jane"));
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void givenUrl_whenMultipleXmlValuesTestEqual_thenCorrect() {
|
||||||
|
post("/employees").then().assertThat()
|
||||||
|
.body("employees.employee.first-name", equalTo("Jane"))
|
||||||
|
.body("employees.employee.last-name", equalTo("Daisy"))
|
||||||
|
.body("employees.employee.sex", equalTo("f"));
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void givenUrl_whenMultipleXmlValuesTestEqualInShortHand_thenCorrect() {
|
||||||
|
post("/employees")
|
||||||
|
.then()
|
||||||
|
.assertThat()
|
||||||
|
.body("employees.employee.first-name", equalTo("Jane"),
|
||||||
|
"employees.employee.last-name", equalTo("Daisy"),
|
||||||
|
"employees.employee.sex", equalTo("f"));
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void givenUrl_whenValidatesXmlUsingXpath_thenCorrect() {
|
||||||
|
post("/employees")
|
||||||
|
.then()
|
||||||
|
.assertThat()
|
||||||
|
.body(hasXPath("/employees/employee/first-name",
|
||||||
|
containsString("Ja")));
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void givenUrl_whenValidatesXmlUsingXpath2_thenCorrect() {
|
||||||
|
post("/employees")
|
||||||
|
.then()
|
||||||
|
.assertThat()
|
||||||
|
.body(hasXPath("/employees/employee/first-name[text()='Jane']"));
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
private static String getXml() {
|
||||||
|
|
||||||
|
return Util
|
||||||
|
.inputStreamToString(new RestAssuredXMLTest().getClass().getResourceAsStream("/employees.xml"));
|
||||||
|
|
||||||
|
}
|
||||||
|
@After
|
||||||
|
public void after() throws Exception {
|
||||||
|
System.out.println("Running: tearDown");
|
||||||
|
wireMockServer.stop();
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,36 @@
|
||||||
|
package com.baeldung.restassured;
|
||||||
|
|
||||||
|
import java.io.BufferedReader;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.io.InputStream;
|
||||||
|
import java.io.InputStreamReader;
|
||||||
|
|
||||||
|
public class Util {
|
||||||
|
public static String inputStreamToString(InputStream is) {
|
||||||
|
BufferedReader br = null;
|
||||||
|
StringBuilder sb = new StringBuilder();
|
||||||
|
|
||||||
|
String line;
|
||||||
|
try {
|
||||||
|
|
||||||
|
br = new BufferedReader(new InputStreamReader(is));
|
||||||
|
while ((line = br.readLine()) != null) {
|
||||||
|
sb.append(line);
|
||||||
|
}
|
||||||
|
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
} finally {
|
||||||
|
if (br != null) {
|
||||||
|
try {
|
||||||
|
br.close();
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return sb.toString();
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,13 +0,0 @@
|
||||||
*.class
|
|
||||||
|
|
||||||
#folders#
|
|
||||||
/target
|
|
||||||
/neoDb*
|
|
||||||
/data
|
|
||||||
/src/main/webapp/WEB-INF/classes
|
|
||||||
*/META-INF/*
|
|
||||||
|
|
||||||
# Packaged files #
|
|
||||||
*.jar
|
|
||||||
*.war
|
|
||||||
*.ear
|
|
|
@ -4,19 +4,4 @@
|
||||||
<last-name>Daisy</last-name>
|
<last-name>Daisy</last-name>
|
||||||
<sex>f</sex>
|
<sex>f</sex>
|
||||||
</employee>
|
</employee>
|
||||||
<employee category="unskilled">
|
|
||||||
<first-name>John</first-name>
|
|
||||||
<last-name>Doe</last-name>
|
|
||||||
<sex>m</sex>
|
|
||||||
</employee>
|
|
||||||
<employee category="skilled">
|
|
||||||
<first-name>Billy</first-name>
|
|
||||||
<last-name>Getty</last-name>
|
|
||||||
<sex>m</sex>
|
|
||||||
</employee>
|
|
||||||
<employee category="skilled">
|
|
||||||
<first-name>Hill</first-name>
|
|
||||||
<last-name>Clinton</last-name>
|
|
||||||
<sex>f</sex>
|
|
||||||
</employee>
|
|
||||||
</employees>
|
</employees>
|
|
@ -1,5 +1,11 @@
|
||||||
{
|
{
|
||||||
"id": "390",
|
"id": "390",
|
||||||
|
"odd": {
|
||||||
|
"price": "1.20",
|
||||||
|
"status": 2,
|
||||||
|
"ck": 12.2,
|
||||||
|
"name": "2"
|
||||||
|
},
|
||||||
"data": {
|
"data": {
|
||||||
"countryId": 35,
|
"countryId": 35,
|
||||||
"countryName": "Norway",
|
"countryName": "Norway",
|
||||||
|
@ -9,25 +15,25 @@
|
||||||
"time": "2016-06-12T12:00:00Z"
|
"time": "2016-06-12T12:00:00Z"
|
||||||
},
|
},
|
||||||
"odds": [{
|
"odds": [{
|
||||||
"price": 1.30,
|
"price": "1.30",
|
||||||
"status": 0,
|
"status": 0,
|
||||||
"ck": 12.2,
|
"ck": 12.2,
|
||||||
"name": "1"
|
"name": "1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"price": 5.25,
|
"price":"5.25",
|
||||||
"status": 1,
|
"status": 1,
|
||||||
"ck": 13.1,
|
"ck": 13.1,
|
||||||
"name": "X"
|
"name": "X"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"price": 2.70,
|
"price": "2.70",
|
||||||
"status": 0,
|
"status": 0,
|
||||||
"ck": 12.2,
|
"ck": 12.2,
|
||||||
"name": "0"
|
"name": "0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"price": 1.20,
|
"price": "1.20",
|
||||||
"status": 2,
|
"status": 2,
|
||||||
"ck": 13.1,
|
"ck": 13.1,
|
||||||
"name": "2"
|
"name": "2"
|
|
@ -0,0 +1,17 @@
|
||||||
|
## Logger configure file for myproject
|
||||||
|
log.dir=C:/ProgramData/radixbase/
|
||||||
|
datestamp=yyyy-MM-dd HH:mm:ss
|
||||||
|
log4j.rootLogger=TRACE, file, console
|
||||||
|
|
||||||
|
log4j.appender.file=org.apache.log4j.RollingFileAppender
|
||||||
|
log4j.appender.file.maxFileSize=1GB
|
||||||
|
log4j.appender.file.maxBackupIndex=5
|
||||||
|
log4j.appender.file.File=log/mydebug.log
|
||||||
|
log4j.appender.file.threshold=TRACE
|
||||||
|
log4j.appender.file.layout=org.apache.log4j.PatternLayout
|
||||||
|
log4j.appender.file.layout.ConversionPattern=%d{${datestamp}} %5p: [%c] - %m%n
|
||||||
|
|
||||||
|
log4j.appender.console=org.apache.log4j.ConsoleAppender
|
||||||
|
log4j.appender.console.Threshold=INFO
|
||||||
|
log4j.appender.console.layout=org.apache.log4j.PatternLayout
|
||||||
|
log4j.appender.console.layout.ConversionPattern=%d{${datestamp}} %5p\: [%c] - %m%n
|
Loading…
Reference in New Issue