Changeset [7b8ffad12bc6745d237a4b709ddc730520bee411] by David Copeland
September 15th, 2008 @ 09:57 PM
Refactored Derivable so it has access to derivee's responses info.
Created tests for the three derivers and how they are used by the test framework http://github.com/davetron5000/r...
Committed by David Copeland
- M src/java/com/gliffy/restunit/Derivable.java
- M src/java/com/gliffy/restunit/ExecutionResult.java
- M src/java/com/gliffy/restunit/Executor.java
- M src/java/com/gliffy/restunit/RestTest.java
- M src/java/com/gliffy/restunit/RestTestResponse.java
- M src/java/com/gliffy/restunit/RestUnit.java
- M src/java/com/gliffy/restunit/deriver/ConditionalGetETagDeriver.java
- M src/java/com/gliffy/restunit/deriver/ConditionalGetLastModifiedDeriver.java
- M src/java/com/gliffy/restunit/deriver/HeadDeriver.java
- M test/src/java/com/gliffy/test/restunit/TestAssertions.java
- M test/src/java/com/gliffy/test/restunit/TestRestUnit.java
- M test/src/java/com/gliffy/test/restunit/TestRunTest.java
- M test/src/java/com/gliffy/test/restunit/deriver/TestHeadDeriver.java
- M test/src/java/com/gliffy/test/restunit/http/MockHttp.java
- M test/src/java/com/gliffy/test/restunit/http/RESTTreeHttp.java
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.