Download List

Descripción del Proyecto

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

Algunas señales, como interrupción de teclado se capturan y se propagó a los niños. Terminación después de una señal es lisa. El uso de `relativeOutput` no se utiliza.
Tags: Minor feature enhancements
Some signals like keyboard interrupt are caught and propagated to children. Termination after such a signal is smooth. Use of `relativeOutput` is deprecated.

2011-08-06 18:40
1.3.1

Si 'inputCount' es igual a cero, los archivos de entrada ya no son necesarios y otros archivos de entrada puede determinar nombres de las pruebas.
Tags: Minor feature enhancements
If 'inputCount' is zero, input files are no longer necessary and other input files may determine test names.

2011-07-17 03:21
1.3.0

La configuración de los atributos "expectedFilter" y "errorFilter" permite el procesamiento posterior de espera y salida de error.
Tags: Major feature enhancements
The configuration attributes "expectedFilter" and "errorFilter" allow post-processing of expected and error output.

2011-07-08 17:19
1.2.1

La opción -D/--define le permite definir los atributos de configuración de la línea de comandos.
Tags: Minor feature enhancements
The -D/--define option allows you to define configuration attributes on the command line.

2011-07-06 16:15
1.2.0

Una sintaxis de interpolación permite los atributos de configuración para interpolar entre sí. Algunos atributos de suministro automático de información sobre la ejecución actual.
Tags: Major feature enhancements
An interpolation syntax allows for configuration attributes to interpolate into each other. Some automatic attributes supply information about the current execution.

Project Resources