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_ */