steghide 0.5.1
|
#include <string>
#include <vector>
#include "common.h"
#include "Test.h"
#include "TestCategoryCaller.h"
Go to the source code of this file.
Classes | |
class | UnitTest |
Macros | |
#define | ADDTESTCATEGORY(UTCLASS, CMETHOD) addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD)) |
#define ADDTESTCATEGORY | ( | UTCLASS, | |
CMETHOD ) addTestCategory (new TestCategoryCaller<UTCLASS> (strip_test(#CMETHOD), getSuite(), this, &UTCLASS::CMETHOD)) |