Skip to content
GabrielRoquigny edited this page Nov 3, 2014 · 12 revisions
  1. What is restfuse
    Restfuse is a library for automated REST/HTTP integration tests. It extends JUnit using JUnit APi to enhance the framework with the functionality to send http requests before a test method is executed. Afterwards the response can be tested within the test method. It also supports the testing of asynchronous services.
  2. Where can I download it?
    Check the restfust.com download page: http://developer.eclipsesource.com/restfuse/downloads//
  3. Where can I find documentation?
    The documentation can be found here: http://developer.eclipsesource.com/restfuse/docs/
  4. Can I use restfuse together with maven?
    Yes, restfuse is available within the Maven Central
  5. Can I use restfuse together with OSGi/p2?
    The p2 repository location is: http://download.eclipsesource.com/technology/restfuse/p2/
  6. Restfuse tests are overloading my server. How do I throttle test execution? Please add answer here
  7. Restfuse signature are supported ? Please add answer here
Clone this wiki locally