The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.06

  • Makefile.PL regarding META.yml modified
  • fit_shell, an interactive shell for easy running the tests added.
  • startet with pod documentation
  • filtering of diagnostic messages a la (java) commonLogging implemented.

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 examples-perl/lib/FilteredData.pm
in examples-perl/lib/NullFkWrapper.pm
in examples-perl/lib/NullValueTest.pm
in examples-perl/lib/ParseEmptyTagsTest.pm
in examples-perl/lib/ParseEmptyTagsTest.pm
in examples-perl/lib/RowsetFilter.pm
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
in spec/fat/Test/C2FIT/fat/AnnotationFixture.pm
in spec/fat/Test/C2FIT/fat/DocumentParseFixture.pm
in spec/fat/Test/C2FIT/fat/ExampleFixture.pm
in spec/fat/Test/C2FIT/fat/FixtureLoadFixture.pm
in spec/fat/Test/C2FIT/fat/FixtureNameFixture.pm
in spec/fat/Test/C2FIT/fat/HtmlToTextFixture.pm
in spec/fat/Test/C2FIT/fat/NotAFixture.pm
in spec/fat/Test/C2FIT/fat/ReferenceFixture.pm
in spec/fat/Test/C2FIT/fat/StandardAnnotationFixture.pm
in spec/fat/Test/C2FIT/fat/TableParseFixture.pm
in spec/fat/Test/C2FIT/fat/TextToHtmlFixture.pm
fat
in spec/fat/Test/C2FIT/fat/AnnotationFixture.pm
fat
in spec/fat/Test/C2FIT/fat/DocumentParseFixture.pm
fat
in spec/fat/Test/C2FIT/fat/ExampleFixture.pm
fat
in spec/fat/Test/C2FIT/fat/FixtureLoadFixture.pm
fat
in spec/fat/Test/C2FIT/fat/FixtureNameFixture.pm
fat
in spec/fat/Test/C2FIT/fat/HtmlToTextFixture.pm
fat
in spec/fat/Test/C2FIT/fat/NotAFixture.pm
fat
in spec/fat/Test/C2FIT/fat/ReferenceFixture.pm
fat
in spec/fat/Test/C2FIT/fat/StandardAnnotationFixture.pm
fat
in spec/fat/Test/C2FIT/fat/TableParseFixture.pm
fat
in spec/fat/Test/C2FIT/fat/TextToHtmlFixture.pm

Examples