Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
Common
CppUnitTests
CppUnitTestIgnore.h
Go to the documentation of this file.
1
#pragma once
2
3
#define CPPUNIT_IGNORE(condition) \
4
if (condition) \
5
{ \
6
CPPUNIT_NS::Message("test ignored", "Expression: " #condition); \
7
return; \
8
}
© Application Security Inc. - All Rights Reserved
http://msiext.codeplex.com