unclebob / springslim

A Java Slim Service that manages Spring Transactions.

This URL has Read+Write access

name age message
file .classpath Thu Jan 15 05:27:42 -0800 2009 initial import [gojko]
file .project Thu Jan 15 05:27:42 -0800 2009 initial import [gojko]
directory .settings/ Thu Jan 15 05:27:42 -0800 2009 initial import [gojko]
file README Thu Jan 15 05:27:42 -0800 2009 initial import [gojko]
file pom.xml Thu Jan 15 05:27:42 -0800 2009 initial import [gojko]
directory src/ Thu Jan 15 05:27:42 -0800 2009 initial import [gojko]
README
Transactional SLIM/FIT runner for FitNesse/Java 

This is an implementation of the Slim test runner for Fitnesse that wraps all tests into spring transactions and rolls 
back on the end of each test, to make data-driven tests instantly repeatable with minimal code and no configuration 
changes in the fixtures or the Spring context.

for usage instructions including configuration see http://gojko.net/2009/01/14/transactional-springslim-test-runner/