|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #ifndef TESTTOOLS_EXPECT_EXCEPTION_H
15 #define TESTTOOLS_EXPECT_EXCEPTION_H
33 #define EXPECT_EXCEPTION(EXC, CODE) do { \
34 bool caught = false; \
38 catch (const EXC&) { \
45 #endif // not TESTTOOLS_EXPECT_EXCEPTION_H