Newer
Older
#ifndef MANTID_KERNEL_IPROPERTYSETTINGSTEST_H_
#define MANTID_KERNEL_IPROPERTYSETTINGSTEST_H_
#include <cxxtest/TestSuite.h>
#include "MantidKernel/Timer.h"
#include "MantidKernel/System.h"
#include <iostream>
#include <iomanip>
#include "MantidKernel/IPropertySettings.h"
using namespace Mantid;
using namespace Mantid::Kernel;
class IPropertySettingsTest : public CxxTest::TestSuite {
};
#endif /* MANTID_KERNEL_IPROPERTYSETTINGSTEST_H_ */