RESTUnit will be a set of Java classes that can be used to test REST services. The data structure classes shall be serializable to and from a simple format, making the simplest way to create tests a matter of creating text files.
Main features:
- Simple, human-readable/editable format for tests
- Ability to easily derive tests from other tests, such as to run conditional get tests, head tests and SSL tests
- Programmatic interface to testing process
- Results in JUnit format as option
- Ability to easily run specific tests or groups of tests
- Ability to run tests as TestNG and/or JUnit tests