Newer
Older
// Mantid Repository : https://github.com/mantidproject/mantid
//
// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
// NScD Oak Ridge National Laboratory, European Spallation Source
// & Institut Laue - Langevin
// SPDX - License - Identifier: GPL - 3.0 +
#ifndef MANTID_KERNEL_IPROPERTYSETTINGSTEST_H_
#define MANTID_KERNEL_IPROPERTYSETTINGSTEST_H_
#include "MantidKernel/IPropertySettings.h"
#include "MantidKernel/System.h"
#include "MantidKernel/Timer.h"
#include <cxxtest/TestSuite.h>
using namespace Mantid;
using namespace Mantid::Kernel;
class IPropertySettingsTest : public CxxTest::TestSuite {
};
#endif /* MANTID_KERNEL_IPROPERTYSETTINGSTEST_H_ */