Newer
Older
#ifndef MANTID_MDEVENTS_ISAVEABLETEST_H_
#define MANTID_MDEVENTS_ISAVEABLETEST_H_
Janik Zikovsky
committed
#include "MantidKernel/ISaveable.h"
#include "MantidKernel/System.h"
Janik Zikovsky
committed
#include "MantidKernel/Timer.h"
#include <cxxtest/TestSuite.h>
using namespace Mantid;
class ISaveableTest : public CxxTest::TestSuite {
public:
Janik Zikovsky
committed
// Bare interface, so nothing to test.
}
};
#endif /* MANTID_MDEVENTS_ISAVEABLETEST_H_ */