The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08

  • Reimplemented isnumber to using code fragment from Perl Cookbook.
  • Christophe Hermier submitted Bug Fix to TypeAdapter's isnumber method.

Modules

A direct Perl port of Ward Cunningham's FIT acceptance test framework for Java.
An action fixture interprets rows as a sequence of commands to be performed in order.
A ColumnFixture maps columns in the test data to fields or methods of its subclasses.
a runner class operating on (plain) html files.
Base class of all fixtures. A fixture checks examples in a table (of the input document) by running the actual program. Typically you neither use this class directly, nor subclass it directly.
A type adapter capable of checking equality of two array-refs.
Parsing of html source, filtering out contents of arbitrary tags.
A RowFixture compares rows in the test data to objects in the system under test. Methods are invoked on the objects and returned values compared to those in the table. An algorithm matches rows with objects based on one or more keys. Objects may be missing or in surplus and are so noted.
A type adapter capable of checking float numbers
Base class of all TypeAdapters.
a runner class operating on (wiki) html files.

Provides

in lib/Test/C2FIT/Fixture.pm
in lib/Test/C2FIT/Exception.pm
in lib/Test/C2FIT/GenericAdapter.pm
in lib/Test/C2FIT/ParseException.pm
in lib/Test/C2FIT/Fixture.pm
in lib/Test/C2FIT/ScientificDouble.pm
in lib/Test/C2FIT/Summary.pm
in lib/Test/C2FIT/TimedActionFixture.pm
in lib/Test/C2FIT.pm

Examples