Fit Book


Fit for Developing Software: Framework for Integrated Tests, by RickMugridge and WardCunningham, Prentice Hall, 2005.

The runnable examples from the book are available for downloads below. Choose the version for Fit or FitNesse. -- RickMugridge


Running the examples under Fit:

Download the following file and unzip it.

This gives you two folders:

  • Examples contains the Java code for the fixtures and associated application code. Include the code in here in your classpath when running the tests. You will also need fitLibraryForFit.jar in your classpath for some of the examples (see FitLibrary).

  • tests contains the html files for the Fit tests from the book that can be run.


Running the examples under FitNesse:

Download the folowing file and unzip it.

This gives you two folders:

  • Examples contains the Java code for the fixtures and associated application code. Copy this whole folder into your fitnesse folder (the one containing FitNesseRoot) so that you have an Examples folder inside your fitnesse folder.

  • FitNesseRoot contains the FitNesse pages; drop this onto fitnesse/FitNesseRoot to add the pages. Then add the wiki word FitBookExamples to your front page to access them. The first page includes !paths for the Examples above, as well as to fitLibraryFitNesse.jar.


 

Last edited June 6, 2005
Return to WelcomeVisitors