REST Assured
Java library for testing REST services with behavior-driven development
REST Assured is a Java library that provides a domain-specific language (DSL) for writing powerful, maintainable tests for REST services. It supports various authentication schemes, has excellent integration with existing Java-based testing frameworks, and simplifies testing of REST APIs.
Full REST Assured listing