![]() |
The Gaudi Framework
master (181af51f)
|
#include <GaudiKernel/Bootstrap.h>
#include <GaudiKernel/IAppMgrUI.h>
#include <GaudiKernel/IProperty.h>
#include <GaudiKernel/ISvcLocator.h>
#include <GaudiKernel/ISvcManager.h>
#include <GaudiKernel/IToolSvc.h>
#include <GaudiKernel/SmartIF.h>
#include <sstream>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | GaudiTesting::GaudiEnv |
Namespaces | |
namespace | GaudiTesting |
Macros | |
#define | Ensures(a) |
#define | DEBUG_TRACE(a) |
Functions | |
void | GaudiTesting::throwConditionFailed (bool condition, const std::string &file_name, int line_no, const std::string &condition_string) |
#define DEBUG_TRACE | ( | a | ) |
Definition at line 28 of file GaudiEnv.h.
#define Ensures | ( | a | ) |
Definition at line 26 of file GaudiEnv.h.