Last Version

In-process (no-network) testing for Resteasy 0.2

Provides a JUnit rule to easily test JAX-RS filters, interceptors and resources; based on Resteasy

License

License

Categories

Categories

Net RESTEasy Program Interface REST Frameworks
GroupId

GroupId

net.ltgt.jaxrs
ArtifactId

ArtifactId

resteasy-testing
Version

Version

0.2
Type

Type

jar
Description

Description

In-process (no-network) testing for Resteasy
Provides a JUnit rule to easily test JAX-RS filters, interceptors and resources; based on Resteasy

Download resteasy-testing 0.2


<!-- https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-testing/ -->
<dependency>
    <groupId>net.ltgt.jaxrs</groupId>
    <artifactId>resteasy-testing</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-testing/
implementation 'net.ltgt.jaxrs:resteasy-testing:0.2'
// https://jarcasting.com/artifacts/net.ltgt.jaxrs/resteasy-testing/
implementation ("net.ltgt.jaxrs:resteasy-testing:0.2")
'net.ltgt.jaxrs:resteasy-testing:jar:0.2'
<dependency org="net.ltgt.jaxrs" name="resteasy-testing" rev="0.2">
  <artifact name="resteasy-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ltgt.jaxrs', module='resteasy-testing', version='0.2')
)
libraryDependencies += "net.ltgt.jaxrs" % "resteasy-testing" % "0.2"
[net.ltgt.jaxrs/resteasy-testing "0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jboss.resteasy : resteasy-jaxrs jar 3.0.13.Final
org.jboss.resteasy : resteasy-client jar 3.0.13.Final
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.