ODIN
List of all members

#include <tjtest.h>

Inheritance diagram for UnitTest:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Labeled
 Labeled (const STD_string &label="unnamed")
 
Labeledset_label (const STD_string &label)
 
const STD_string & get_label () const
 
Labeledoperator= (const Labeled &l)
 

Detailed Description

Base class for unit tests. Derive from this, implement the check() function and place a static instanve in the source file to register it for the test run.

Definition at line 36 of file tjtest.h.


The documentation for this class was generated from the following file: