2019-02-25 14:48:22 +01:00
|
|
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
|
2018-03-23 13:30:12 +01:00
|
|
|
|
|
|
|
#ifndef ICINGAAPPLICATION_FIXTURE_H
|
|
|
|
#define ICINGAAPPLICATION_FIXTURE_H
|
|
|
|
|
|
|
|
#include "icinga/icingaapplication.hpp"
|
|
|
|
#include "base/application.hpp"
|
|
|
|
#include <BoostTestTargetConfig.h>
|
|
|
|
|
|
|
|
using namespace icinga;
|
|
|
|
|
|
|
|
struct IcingaApplicationFixture
|
|
|
|
{
|
|
|
|
IcingaApplicationFixture();
|
|
|
|
|
|
|
|
void InitIcingaApplication();
|
|
|
|
|
|
|
|
~IcingaApplicationFixture();
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif // ICINGAAPPLICATION_FIXTURE_H
|