Go to the first, previous, next, last section, table of contents.


Automatic modules caller tester

Author(s): David Trallero Mena.

Version: 1.11#222 (2004/5/24, 13:8:7 CEST)

Version of last change: 1.0#6 (2004/2/24, 17:12:13 CET)

This module is intended to agilizy the work of calling several modules as prove cases of some program. Usually when you are developing a program you have several auto-test program cases that you would like to execute whenever you do some modification in your program/system. The predicate mod_tester/2 was created with the propouse of execute this test an report to you which of them were correctly executed and which one were not.

Usage and interface (modtester)

Documentation on exports (modtester)

PREDICATE: tester_func/1:

No further documentation available for this predicate.

PREDICATE: modules_tester/2:

Usage 1: modules_tester(BaseName, ModulesList)

Usage 2: modules_tester(BaseName, PredList)

PREDICATE: pred_tester/2:

No further documentation available for this predicate.


Go to the first, previous, next, last section, table of contents.