FolderRunner

Run FolderRunner as follows:

java -cp javaFit1.1b.jar;fitLibrayForFit.jar fit.runner.FolderRunner testDiry reportDiry

You will need to add to the classpath (cp) for any application code that you're testing.

Spreadsheet files

SetUp and TearDown

The following special files may be in the testDiry or any of its sub-directories, and are used as follows:
Before running a test, all SetUp files that appear in the current directory and all those above it (up to the level of the testDiry) are (effectively) added to the start of the test. They are added with the top-most first.

All TearDown files that appear in the current directory and all those above it (up to the level of the testDiry) are (effectively) added to the end of the test. They are added with the top-most last.

NB: this differs from the FitNesse approach, which only takes the closest SetUp or TearDown.

Planned changes