Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
Common
CppUnitTests
Macros
CppUnitTestIgnore.h File Reference
Go to the source code of this file.
Macros
#define
CPPUNIT_IGNORE
(condition)
Macro Definition Documentation
#define CPPUNIT_IGNORE
(
condition
)
Value:
if
(condition) \
{ \
CPPUNIT_NS::Message(
"test ignored"
,
"Expression: "
#condition); \
return; \
}
© Application Security Inc. - All Rights Reserved
http://msiext.codeplex.com