-
-
24 Jan 2008 14:33:46 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Issues (1)
- Testers (253 / 25 / 2)
- Kwalitee
Bus factor: 0- 51.55% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (271.52KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Tony Byrne
- Dependencies
- Test::Unit
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.08
- Reimplemented isnumber to using code fragment from Perl Cookbook.
- Christophe Hermier submitted Bug Fix to TypeAdapter's isnumber method.
Documentation
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 numbersBase class of all TypeAdapters.a runner class operating on (wiki) html files.Provides
in lib/Test/C2FIT/Fixture.pmin lib/Test/C2FIT/Exception.pmin lib/Test/C2FIT/GenericAdapter.pmin lib/Test/C2FIT/ParseException.pmin lib/Test/C2FIT/Fixture.pmin lib/Test/C2FIT/ScientificDouble.pmin lib/Test/C2FIT/Summary.pmin lib/Test/C2FIT/TimedActionFixture.pmin lib/Test/C2FIT.pmExamples
- examples/GNUmakefile
- examples/all.fscr
- examples/input/AllCombinations.html
- examples/input/AllFiles.html
- examples/input/AllPairs.html
- examples/input/AllPairs/function/cosine.html
- examples/input/AllPairs/function/sine.html
- examples/input/AllPairs/magnitude/180+30.html
- examples/input/AllPairs/magnitude/30.html
- examples/input/AllPairs/magnitude/360+30.html
- examples/input/AllPairs/magnitude/90-30.html
- examples/input/AllPairs/sign/change-sign.html
- examples/input/AllPairs/sign/multiply.html
- examples/input/AllPairs/sign/no-change.html
- examples/input/BasicEmployeeCompensation.html
- examples/input/BinaryChop.html
- examples/input/CalculatorExample.html
- examples/input/ExampleTests.html
- examples/input/FitAcceptanceTests.html
- examples/input/MusicExample.html
- examples/input/MusicExampleWithErrors.html
- examples/input/NetworkExample.html
- examples/input/WebPageExample.html
- examples/input/arithmetic.html
- examples/input/files/hp35bk.jpg
- examples/input/logo.gif
- examples/lib/Test/C2FIT/eg/AllCombinations.pm
- examples/lib/Test/C2FIT/eg/AllFiles.pm
- examples/lib/Test/C2FIT/eg/AllFilesExpand.pm
- examples/lib/Test/C2FIT/eg/AllPairs.pm
- examples/lib/Test/C2FIT/eg/ArithmeticColumnFixture.pm
- examples/lib/Test/C2FIT/eg/ArithmeticFixture.pm
- examples/lib/Test/C2FIT/eg/BinaryChop.pm
- examples/lib/Test/C2FIT/eg/Calculator.pm
- examples/lib/Test/C2FIT/eg/ExampleTests.pm
- examples/lib/Test/C2FIT/eg/Page.pm
- examples/lib/Test/C2FIT/eg/music/Browser.pm
- examples/lib/Test/C2FIT/eg/music/Dialog.pm
- examples/lib/Test/C2FIT/eg/music/Display.pm
- examples/lib/Test/C2FIT/eg/music/Music.pm
- examples/lib/Test/C2FIT/eg/music/MusicLibrary.pm
- examples/lib/Test/C2FIT/eg/music/MusicPlayer.pm
- examples/lib/Test/C2FIT/eg/music/Realtime.pm
- examples/lib/Test/C2FIT/eg/music/Simulator.pm
- examples/lib/Test/C2FIT/eg/net/GeoCoordinate.pm
- examples/lib/Test/C2FIT/eg/net/Simulator.pm
- examples/music/Music.txt
- examples/output/AllCombinations.html
- examples/output/AllFiles.html
- examples/output/AllPairs.html
- examples/output/BasicEmployeeCompensation.html
- examples/output/BinaryChop.html
- examples/output/CalculatorExample.html
- examples/output/ExampleTests.html
- examples/output/FitAcceptanceTests.html
- examples/output/MusicExample.html
- examples/output/MusicExampleWithErrors.html
- examples/output/NetworkExample.html
- examples/output/WebPageExample.html
- examples/output/arithmetic.html
- examples/run_tests.bat
- examples/run_tests.sh
Other files
Module Install Instructions
To install Test::C2FIT, copy and paste the appropriate command in to your terminal.
cpanm Test::C2FIT
perl -MCPAN -e shell install Test::C2FIT
For more information on module installation, please visit the detailed CPAN module installation guide.