License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdcom.github.praxissoftware.testing |
ArtifactId | ArtifactIdcom.github.praxissoftware.testing.http.harness |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPraxis Software - Testing - HTTP Testing Harness
This project provides an easy way to set up a test harness with JAX-RS Resources in order to do HTTP-based testing.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.praxissoftware.testing/com.github.praxissoftware.testing.http.harness/ -->
<dependency>
<groupId>com.github.praxissoftware.testing</groupId>
<artifactId>com.github.praxissoftware.testing.http.harness</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.praxissoftware.testing/com.github.praxissoftware.testing.http.harness/
implementation 'com.github.praxissoftware.testing:com.github.praxissoftware.testing.http.harness:1.1.0'
// https://jarcasting.com/artifacts/com.github.praxissoftware.testing/com.github.praxissoftware.testing.http.harness/
implementation ("com.github.praxissoftware.testing:com.github.praxissoftware.testing.http.harness:1.1.0")
'com.github.praxissoftware.testing:com.github.praxissoftware.testing.http.harness:jar:1.1.0'
<dependency org="com.github.praxissoftware.testing" name="com.github.praxissoftware.testing.http.harness" rev="1.1.0">
<artifact name="com.github.praxissoftware.testing.http.harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.praxissoftware.testing', module='com.github.praxissoftware.testing.http.harness', version='1.1.0')
)
libraryDependencies += "com.github.praxissoftware.testing" % "com.github.praxissoftware.testing.http.harness" % "1.1.0"
[com.github.praxissoftware.testing/com.github.praxissoftware.testing.http.harness "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty-embedded | jar | 6.1.26 |
com.sun.jersey : jersey-server | jar | |
com.sun.jersey : jersey-json | jar | |
com.sun.jersey : jersey-servlet | jar | |
org.slf4j : slf4j-api | jar | |
junit : junit | jar | |
org.mockito : mockito-all | jar | |
ch.qos.logback : logback-classic | jar | |
com.jayway.restassured : rest-assured | jar |