tut::test_object< Data > Class Template Reference

#include <tut.h>


Detailed Description

template<class Data>
class tut::test_object< Data >

Test object.

Contains data test run upon and default test method implementation. Inherited from Data to allow tests to access test data as members.

Public Member Functions

 test_object ()
 Default constructor.
template<int n>
void test ()
 Default do-nothing test.

Data Fields

bool called_method_was_a_dummy_test_
 The flag is set to true by default (dummy) test.


Field Documentation

template<class Data>
bool tut::test_object< Data >::called_method_was_a_dummy_test_

The flag is set to true by default (dummy) test.

Used to detect usused test numbers and avoid unnecessary test object creation which may be time-consuming depending on operations described in Data::Data() and Data::~Data(). TODO: replace with throwing special exception from default test.


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

Generated on Sun May 18 21:20:39 2008 for libdballe by  doxygen 1.5.5