Next: SUMMARY, Previous: Adminstrative Macros, Up: Adminstrative Macros
start a testing session
#include <testlib.h> START(title)
- title
- the title to output
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.
START( "Txt class" );