Registry / testing / spring-mock-mvc

spring-mock-mvc

JSON →
library6.0.0javamavenunverified

Java DSL for easy testing of REST services using Spring Mock MVC.

<dependency> <groupId>io.rest-assured</groupId> <artifactId>spring-mock-mvc</artifactId> <version>6.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-MOCK-MVC
S
spring-mock-mvc
testingjavav6.0.0
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.

RestAssuredMockMvc
io.restassured.module.mockmvc.RestAssuredMockMvc

Minimal REST Assured Spring Mock MVC test

import io.restassured.module.mockmvc.RestAssuredMockMvc; import static io.restassured.module.mockmvc.RestAssuredMockMvc.*; public class Example { public void test() { given().when().get("/api").then().statusCode(200); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
spring-mock-mvc — mvn dependency:get spring-mock-mvc · libregistry