oasys::UnitTest Struct Reference

#include <UnitTest.h>

List of all members.


Detailed Description

Override the method run to create an individual unit test.

Definition at line 69 of file UnitTest.h.

Public Member Functions

 UnitTest (std::string name)
virtual ~UnitTest ()
virtual int run ()=0

Public Attributes

std::string name_
bool failed_
int errno_
const char * strerror_


Constructor & Destructor Documentation

oasys::UnitTest::UnitTest ( std::string  name  )  [inline]

Definition at line 70 of file UnitTest.h.

virtual oasys::UnitTest::~UnitTest (  )  [inline, virtual]

Definition at line 71 of file UnitTest.h.


Member Function Documentation

virtual int oasys::UnitTest::run (  )  [pure virtual]


Member Data Documentation

std::string oasys::UnitTest::name_

Definition at line 75 of file UnitTest.h.

bool oasys::UnitTest::failed_

Definition at line 76 of file UnitTest.h.

int oasys::UnitTest::errno_

Definition at line 78 of file UnitTest.h.

const char* oasys::UnitTest::strerror_

Definition at line 79 of file UnitTest.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 7 12:54:37 2007 for DTN Reference Implementation by  doxygen 1.5.1