Jul 28 2009
Trinidad 1.0.9 released
I just packaged and released trinidad 1.0.9. Trinidad is an in-process test runner for FitNesse(Java) that allows you to execute fitnesse tests without running the server. Some cool things you can do with it are:
- debug and execute tests from any IDE easily
- integrate FitNesse tests into your continuous build through JUnit or Maven
- wrap tests into Spring transactions and roll back automatically to make data driven tests instantly repeatable
Changes in version 1.0.9 are:
- compatible with FitNesse release 20090709
- a bugfix for maven plugin (class cast exception on fit.Counts when running a single test)
- a new maven plugin example test project
Most of the Trinidad code is now in the FitNesse release anyway, but due to a packaging error one key trinidad class was missing from fitnesse release 20090709. Version 1.0.9 fitnesserunner.jar has only that class. From the next release of FitNesse, trinidad will not have a separate release. Maven plugin will still be a separate project in the near future (at least until FitNesse switches to a proper maven build and release process).
For more information, download and usage instructions see http://fitnesse.info/trinidad. You can download the source code from Google Code.
![]() |
![]() |


