Changeset [f9acaaa4f59b6dbc6dc633c5fa3ecaba9da4b264] by David Copeland
September 25th, 2008 @ 09:58 PM
Using Winstone to mock up a real servlet-based REST service for testing HTTP implementations http://github.com/davetron5000/r...
Committed by David Copeland
- M build.xml
- M lib/test/winstone-0.9.10.jar
- M test/src/java/com/gliffy/test/restunit/servlet/TestServlet.java
- M test/src/java/com/gliffy/test/restunit/servlet/web.xml
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
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.