#include "cuconfig.h"#include "Test.h"Namespaces | |
| namespace | cppunit |
Defines | |
| #define | TEST_CALLER(C, m) CPPUNIT::TestCaller<C>(#C "::" #m, &(C::m)) |
| コンストラクタマクロ。. More... | |
| #define | DECLARE_TEST_CALLER(C) |
|
|
コンストラクタマクロ。. 次の a の記述は b のように展開される。 a) new TEST_CALLER(ATest, testSomething); b) new TestCaller<ATest>("ATest::testSomething", ATest::testSomething);
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001