FitNesse. SuiteAcceptanceTests.
SuiteFitDecoratorTests [add child]
FitDecorator is a framework for writing decorator for FIT fixtures. FitDecorator help you to add new functionality to existing fixture classes without having to update them. You can just decorate the table on the fitnesse page with the appropriate FitDecorator.

For example, if you want to approximately know how much time each fixture is taking during a fitnesse test, you can decorate the existing fitnesse table with a MaxTime decorator.

List of available decorators and their functionality with an example:


Note: FitDecorator does not support Fit Library as of now.