forked from smartrics/RestFixture
-
Notifications
You must be signed in to change notification settings - Fork 0
A FitNesse fixture for testing REST services
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
brobie/RestFixture
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
RestFixture: A FitNesse fixture for testing REST services ========================================================= The RestFixture is a FitNesse (http://fitnesse.org) fixture that allows developers and/or product owners to write test fixtures for REST services with simplicity in mind. The idea is to write tests that are self documenting and easy to write and read, without the need to write Java code. The fixture allows test writers to express tests as actions (any of the allowed HTTP methods) to operate on resource URIs and express expectations on the content of the return code, headers and body. All without writing one single line of Java code. And it also works as a living/executable documentation of the API. Overview: * Get Fitnesse With Some Rest (http://smartrics.blogspot.com/2008/08/get-fitnesse-with-some-rest.html) * Rest Fixture, Latest Additions (http://smartrics.blogspot.com/2008/11/restfixture-latest-additions.html) * Rest Fixure with namespaces support (http://smartrics.blogspot.com/2011/01/restfixture-with-namespaces-support.html) Documentation: * http://rest-fixture.googlecode.com/files/RestFixture-docs-<ver>.zip * http://rest-fixture.googlecode.com/files/RestFixture-live-<ver>.html Build ----- To build RestFixture add a property file in the properties directory named <your.os.username>.properties by copying and customising build.properties if necessary. Use > ant or > ant full to run the default target (this will build the Rest Fixture, start a local instance of FitNesse on port 7070 and run the fitnesse tests in src/test/cat. You can also pass a build properties file to ant with > ant -Dproperties=<my.bespoke.file>.properties If it all succeeds a distribution of the RestFixture is available in dist/ alongside with the latest documentation. Reports of tests and metrics are available in build/reports Note on dependencies -------------------- RestFixture distribution contains the file etc/restfixture/sequence.pic part of UMLGraph (http://www.umlgraph.org), distributed under BSD license (see etc/restfixture/BSDLICENSE) Install ------- To use the RestFixture, simply add RestFixture-<ver>.jar to your FitNesse tests classpath, alongside its dependencies. Dependencies are bundled in the RestFixture-<ver>.zip, or in the lib/ directory. For example, !*****> Classpath Settings !path @FITNESSE_TEST_ROOT@/lib/* !path @FITNESSE_TEST_ROOT@/lib/log4j.xml !path @FITNESSE_HOME@/fitnesse.jar ****! @FITNESSE_TEST_ROOT@/lib is where the dependent jars are @FITNESSE_HOME@ is where fitnesse.jar is Any page which is child of the content.txt page where the !path is defined will be able to use the Rest Fixture. For an example look at how the RestFixture CAT tests are setup in build/fitnesse/FinNesseRoot/RestFixtureTests
About
A FitNesse fixture for testing REST services
Resources
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 98.2%
- Shell 1.8%