Fit for Java
v1.1
To Run This Version of Fit
Try it now: open a command prompt and change to the Fit installation directory. Run the following command. It will process the arithmetic example and put the output in results.html:
java -classpath fit.jar fit.FileRunner examples/input/arithmetic.html results.html
You'll see this message:
37 right, 10 wrong, 0 ignored, 2 exceptions
To use Fit on your own project, make sure fit.jar is in your classpath and use the following command-line:
java fit.FileRunner input.html output.html
See the Fit website for more information about Fit.
Archive Contents
In this archive, you will find the following files and directories:
- fit.jar: The Fit executable and library.
- license.txt: The Fit license. Fit is licensed under the GPL.
- readme.html: This file.
- examples/input/: Sample files that you can run through Fit.
- examples/output/: What a few sample files look like after they've been run through Fit.
- examples/eg/: The source code for some example fixtures.
- spec/input/: The Fit Specification.
- spec/output/: The Fit Specification after being run on this release.
- spec/source/: Source code for the fixtures used in the Fit Specification.
- doc/: Supporting documentation. There's not much here—see the Fit website for the real Fit documentation.
- source/: The source tree used to build this release.