unittest.h(3)
NAME
UnitTest.h
SYNOPSIS
#include <string>
#include <vector>
#include 'common.h'
#include 'Test.h'
#include 'TestCategoryCaller.h'
Classes
class UnitTest
Defines
#define ADDTESTCATEGORY(UTCLASS, CMETHOD) addTestCategory (new
TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(),
this, &UTCLASS::CMETHOD))
Define Documentation
- #define ADDTESTCATEGORY(UTCLASS, CMETHOD) addTestCategory (new
- TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD))
Author
- Generated automatically by Doxygen for steghide from the source code.