Test::C2FIT is a direct Perl port of Ward Cunningham's FIT acceptance test framework for Java.
SYNOPSIS
FileRunner.pl input_containing_fit_tests.html test_results.html
DESCRIPTION
Great software requires collaboration and communication. Fit is a tool for enhancing collaboration in software development. It's an invaluable way to collaborate on complicated problems - and get them right - early in development.
Fit allows customers, testers, and programmers to learn what their software should do and what it does do. It automatically compares customers' expectations to actual results.
This port of FIT has a featureset that lies somewhere between Java versions b021021j and v1.1 of FIT. Dave W. Smith's original port was based on fit-b021021j and I've updated most of the core to match the 1.1 version.
This port passes the current FIT spec and also implements a subset of the examples, including the complex MusicExample.
GOTCHAS AND LIMITATIONS
SEE ALSO
Extensive and up-to-date documentation on FIT can be found at: http://fit.c2.com/
The 'examples' directory of this distribution contains some sample FIT tests and sample applications that they test. Invoke FileRunner.pl on any of the test input files from examples/input and view the output in a browser.
You should also examine and run the tests in the 'spec' directory. These are FIT's own acceptance tests.
AUTHOR
Original port from the Java version by Dave W. Smith Updates and modifications by Tony Byrne <fit4perl@byrnehq.com> Newer Updates and modification by Martin Busik <martin.busik@busik.de> Bug Fixes and suggestions submitted by Christophe Hermier
COPYRIGHT AND LICENSE
Copyright (c) 2002-2008 Cunningham & Cunningham, Inc. Released under the terms of the GNU General Public License version 2 or later.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Test::Unit 0.24 - Required to run the unit tests. Error - Implements exception handling.
COPYRIGHT AND LICENCE
Copyright (c) 2002-2006 Cunningham & Cunningham, Inc. Released under the terms of the GNU General Public License version 2 or later.