Download List

Project Description

filterunit allows unit tests to be devised for command line programs that use files as input and output. Classic Unix filters are a typical example. filterunit runs the program under test with the specified input files and compares the actual results with the expected results.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-04 03:16
1.3.2

Some signals like keyboard interrupt are caught and propagated to children. Termination after such a signal is smooth. Use of `relativeOutput` is deprecated.
Tags: Minor feature enhancements

2011-08-06 18:40
1.3.1

If 'inputCount' is zero, input files are no longer necessary and other input files may determine test names.
Tags: Minor feature enhancements

2011-07-17 03:21
1.3.0

The configuration attributes "expectedFilter" and "errorFilter" allow post-processing of expected and error output.
Tags: Major feature enhancements

2011-07-08 17:19
1.2.1

The -D/--define option allows you to define configuration attributes on the command line.
Tags: Minor feature enhancements

2011-07-06 16:15
1.2.0

An interpolation syntax allows for configuration attributes to interpolate into each other. Some automatic attributes supply information about the current execution.
Tags: Major feature enhancements

Project Resources