An open-source JUnit extension for automated HTTP/REST Tests. Everything you need to know to get started is displayed in the snippet below which is a fully functional HTTP Test. By the way, restfuse also supports the testing of asynchronous REST services.
This test sends a request to restfuse.com before the test method will be executed. After the request returns the response will be injected by assigning the @Context annotated response field before the test method will be executed. This field can be used within the test method to test the content of the response.


