REST Assured is a Java DSL for easy testing of REST services, providing a fluent interface for HTTP requests and response validation.
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>6.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Performs a GET request and validates the response status and body.
Check migration guide from 5.x to 6.x; update imports and method calls accordingly.
No dependency data recorded yet.