Overview
This project builds off of FIT (the Framework for Integration Testing), FITLibrary, and the broke AntFit to provide a single set of useful tools for FIT. One JAR to rule them all, as it were.
This project was started because of frustrations with Java FIT extensions: there were myriad locations, poor documentation, and often unsupported.
To Dos
- Fork AntFit.
- Get rid of the various Ant 1.7 deprecations.
- Get rid of the fork attribute because it needs to be set to 'true'.
- Implement the ability to set the max memory.
- Get rid of the `useWiki attribute, and make Wiki-based running its own task.
- Build in FITLibrary and move the documentation online (the current online documentation is pretty poor).
- Provide Ivy integration.
Probably Will Not Dos
- Provide a more functional-style implementation of FIT, despite code already being recursive and otherwise functionally magical.