License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.yammer.dropwizard.testing |
ArtifactId | ArtifactIddropwizard-testing-integration |
Last Version | Last Version0.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Integraton Testing
Utilites and setup for running full stack integration tests using dropwizard.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.yammer.dropwizard.testing/dropwizard-testing-integration/ -->
<dependency>
<groupId>com.yammer.dropwizard.testing</groupId>
<artifactId>dropwizard-testing-integration</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.yammer.dropwizard.testing/dropwizard-testing-integration/
implementation 'com.yammer.dropwizard.testing:dropwizard-testing-integration:0.0.8'
// https://jarcasting.com/artifacts/com.yammer.dropwizard.testing/dropwizard-testing-integration/
implementation ("com.yammer.dropwizard.testing:dropwizard-testing-integration:0.0.8")
'com.yammer.dropwizard.testing:dropwizard-testing-integration:jar:0.0.8'
<dependency org="com.yammer.dropwizard.testing" name="dropwizard-testing-integration" rev="0.0.8">
<artifact name="dropwizard-testing-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yammer.dropwizard.testing', module='dropwizard-testing-integration', version='0.0.8')
)
libraryDependencies += "com.yammer.dropwizard.testing" % "dropwizard-testing-integration" % "0.0.8"
[com.yammer.dropwizard.testing/dropwizard-testing-integration "0.0.8"]
Group / Artifact | Type | Version |
---|---|---|
com.yammer.dropwizard : dropwizard-client | jar | 0.6.2 |
joda-time : joda-time | jar | 2.2 |
org.slf4j : slf4j-api | jar | 1.7.4 |
com.google.guava : guava | jar | 16.0.1 |
org.eclipse.jetty : jetty-server | jar | 8.1.10.v20130312 |
com.sun.jersey : jersey-server | jar | 1.17.1 |
org.apache.httpcomponents : httpclient | jar | 4.2.3 |
ch.qos.logback : logback-classic | jar | 1.0.10 |
ch.qos.logback : logback-core | jar | 1.0.10 |
com.fasterxml.jackson.core : jackson-core | jar | 2.1.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.11 |
org.mockito : mockito-all | jar | 1.8.4 |
org.hamcrest : hamcrest-all | jar | 1.3 |