Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unclebob/springslim
A Java Slim Service that manages Spring Transactions.
https://github.com/unclebob/springslim
Last synced: about 1 month ago
JSON representation
A Java Slim Service that manages Spring Transactions.
- Host: GitHub
- URL: https://github.com/unclebob/springslim
- Owner: unclebob
- Created: 2009-01-15T01:48:24.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T00:50:05.000Z (over 2 years ago)
- Last Synced: 2023-04-12T14:17:43.620Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 17
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
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/