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

#include "MantidKernel/Timer.h"
#include <cxxtest/TestSuite.h>
class ISaveableTest : public CxxTest::TestSuite {
  void test_Something() {
  }
};

#endif /* MANTID_MDEVENTS_ISAVEABLETEST_H_ */