ODIN
|
#include <tjtest.h>
Additional Inherited Members | |
Public Member Functions inherited from Labeled | |
Labeled (const STD_string &label="unnamed") | |
Labeled & | set_label (const STD_string &label) |
const STD_string & | get_label () const |
Labeled & | operator= (const Labeled &l) |
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.