Registry / testing / jersey-test-framework-provider-inmemory

jersey-test-framework-provider-inmemory

JSON →
library4.0.2javamavenunverified

In-memory container provider for the Jersey Test Framework, allowing unit testing of JAX-RS resources without a web server.

<dependency> <groupId>org.glassfish.jersey.test-framework.providers</groupId> <artifactId>jersey-test-framework-provider-inmemory</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · JERSEY-TEST-FRAMEW
J
jersey-test-framework-provider-inmemory
testingjavav4.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GrizzlyTestContainerFactory
org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory

Extends JerseyTest with an in-memory container for testing JAX-RS resources.

import org.glassfish.jersey.test.JerseyTest; import org.glassfish.jersey.test.spi.TestContainerFactory; import org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory; public class MyResourceTest extends JerseyTest { @Override protected TestContainerFactory getTestContainerFactory() { return new InMemoryTestContainerFactory(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
jersey-test-framework-provider-inmemory — mvn dependency:get jersey-test-framework-provider-inmemory · libregistry