Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
IPropertySettingsTest.h 491 B
#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
{
public:

  void test_Something()
  {
  }


};


#endif /* MANTID_KERNEL_IPROPERTYSETTINGSTEST_H_ */