12 #include <utl/UniqueObject.h>
14 #include <cppunit/extensions/HelperMacros.h>
35 CPPUNIT_TEST(testThrow1);
36 CPPUNIT_TEST(testThrow2);
37 CPPUNIT_TEST(testNoThrow1);
38 CPPUNIT_TEST(testNoThrow2);
39 CPPUNIT_TEST_SUITE_END();
50 bool hasThrown =
false;
58 CPPUNIT_ASSERT(hasThrown);
65 bool hasThrown =
false;
74 CPPUNIT_ASSERT(hasThrown);
CPPUNIT_TEST_SUITE_REGISTRATION(testAiresShowerFile)
Exception to use if sequence of initialisations violated.
void Expected()
Print `Expected' for expected failures.
Curiously Recurring Template Pattern (CRTP) for unique object.