00001 #pragma once 00002 00003 #define CPPUNIT_IGNORE(condition) \ 00004 if (condition) \ 00005 { \ 00006 CPPUNIT_NS::Message("test ignored", "Expression: " #condition); \ 00007 return; \ 00008 }