Skip to content
Snippets Groups Projects
ISaveableTest.h 452 B
Newer Older
#ifndef MANTID_MDEVENTS_ISAVEABLETEST_H_
#define MANTID_MDEVENTS_ISAVEABLETEST_H_

#include <cxxtest/TestSuite.h>
#include "MantidKernel/Timer.h"
#include "MantidKernel/System.h"
#include <iostream>
#include <iomanip>

#include "MantidAPI/ISaveable.h"

using namespace Mantid;
using namespace Mantid::API;

class ISaveableTest : public CxxTest::TestSuite
{
public:

  void test_Something()
  {
  }


};


#endif /* MANTID_MDEVENTS_ISAVEABLETEST_H_ */