================ MusicExample.sln ================ Introduction: This is a six part sample c# solution based on the Music Example from the fit web site. 1. Fit -- assembly/dll -- library of framework classes used by all fixtures and runners. 2. FileRunner -- assembly/exe -- a very small class that provides a main program to run one html file containing fit tests. 3. Music -- assembly/dll -- sample application model (sans any interface) to be tested. 4. MusicBrowser -- assembly/exe -- shell exe that starts the Music application. 5. MusicFixtures -- assembly/dll -- sample fixtures used to test the Music model. 6. MusicTests -- folder -- html and txt files that test the music application. Visual Studio: To run this sample solution in MS Visual Studio.NET follow these steps: 1. Double-click the MusicExample.sln file to open it in VS.Net 2. Set the FileRunner project as the default startup project. 3. Press F5 or the Run button on the main toolbar. 4. Locate the MusicResults.html file in the build\Debug folder and examine it with an html browser. More information: http://fit.c2.com Direct questions to Ward Cunningham [ward@c2.com) or Mars Tanumihardja [marst@vulcan.com].