 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
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&) { \