mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Add class name as qualifier
This commit is contained in:
parent
d52208743b
commit
5871847cdb
@ -93,5 +93,7 @@ private:
|
||||
#define CppUnit_addTest(suite, cls, mth) \
|
||||
suite->addTest(new CppUnit::TestCaller<cls>(#mth, &cls::mth))
|
||||
|
||||
#define CppUnit_addQualifiedTest(suite, cls, mth) \
|
||||
suite->addTest(new CppUnit::TestCaller<cls>(#cls"::"#mth, &cls::mth))
|
||||
|
||||
#endif // CppUnit_TestCaller_INCLUDED
|
||||
|
Loading…
Reference in New Issue
Block a user