Changeset [a80d1e32362dd190907a1003a2ede04506b79fbb] by David Copeland

September 19th, 2008 @ 03:56 PM

Removed concept of dependant tests; I think it's too confusing and not enough value-add compared to derived tests http://github.com/davetron5000/r...

Committed by David Copeland

  • M README.markdown
  • M src/java/com/gliffy/restunit/Executor.java
  • M src/java/com/gliffy/restunit/RestTest.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/TestClone.java
  • M test/src/java/com/gliffy/test/restunit/TestFactory.java
  • M test/src/java/com/gliffy/test/restunit/TestRestUnit.java
  • M test/src/java/com/gliffy/test/restunit/TestRunTest.java
New-ticket Create new ticket

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.