FitServers. CppFit. CppTestTools.
CppFit
Cpp Fit supports three types of fixtures. Yes, it is a little behind the other Fit implementations, but is still very useful.

A fixture is an adapter that allows FitNesse and CppFit to interact with your application. Fixtures are invoked by tables on your FitNesse pages. A FitNesse table will cause a user defined fixture to be created and have members variables assigned and member functions called. The methods of the fixture will call methods on your application's interface. Your fixtures must inherit from the CppFit Fixture base classes as described below. Fixtures usually are put in their own library, keeping the CppFit dependencies out of your application. The Java and C# Fit versions are designed using reflection. Reflection allows the runtime support for those languages to interrogate the fixtures

 

ColumnFixture

 

RowFixture

 

ActionFixture

 

Fixture

 

AppFixtureMaker

 

How Does FitNesse Find Your Fixtures



[.FrontPage] [.RecentChanges]
Last modified anonymously on May 09, 2008 at 08:43:17 AM