Defines

src/Common/CppUnitTests/CppUnitTestIgnore.h File Reference

Go to the source code of this file.

Defines

#define CPPUNIT_IGNORE(condition)

Define 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