#include <string>
#include <vector>
#include "common.h"
#include "Test.h"
#include "TestCategoryCaller.h"
Go to the source code of this file.
Classes | |
class | UnitTest |
Defines | |
#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)) |