Main Page   Namespace List   Class Hierarchy   Compound List   File List   Header Files   Namespace Members   Compound Members   File Members  

arg_test.h File Reference

Utility functions for building a test harness. More...


Namespaces

namespace  arg

Defines

#define ARG_TEST (bool_expr)
Expands to a call of arg::report_test() with the file, line and test expression parameters completed. More...

#define ARG_END_TESTS (expected_tests)
Expands to a call of arg::report_errors() with the file and line parameters completed. More...


Detailed Description

Utility functions for building a test harness.

Modification History

   06-Apr-00 : Reworked documentation following user feedback  Alan Griffiths
   04-Nov-99 : Revised copyright notice                     Alan Griffiths
   03-Apr-99 : Original version                                Alan Griffiths

Define Documentation

#define ARG_TEST (bool_expr)

Expands to a call of arg::report_test() with the file, line and test expression parameters completed.

Author(s):
alan@octopull.co.uk

#define ARG_END_TESTS (expected_tests)

Expands to a call of arg::report_errors() with the file and line parameters completed.

Author(s):
alan@octopull.co.uk

Copyright 1999-2000 Alan Griffiths