Next: , Previous: Adminstrative Macros, Up: Adminstrative Macros


3.1.1 START

start a testing session

Synopsis

     #include <testlib.h>
     
     START(title)

Parameters

title
the title to output

Description

START is called at the beginning of a test session. It resets internal counters and outputs a header to the standard output stream which includes the provided title.

Example

       START( "Txt class" );