Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 301 Bytes

readme.md

File metadata and controls

6 lines (4 loc) · 301 Bytes

How to test a REST API with JUnit and RESTEasy 3.0

This sample project is a demo how to test a REST API using JUnit. The REST API itself is provided by the project.

When testing, a tiny web server is started that handles all the requests in-memory.