Files
fail/core/experiments/hscsimple/experiment.hpp

15 lines
273 B
C++

#ifndef __HSCSIMPLE_EXPERIMENT_HPP__
#define __HSCSIMPLE_EXPERIMENT_HPP__
#include "controller/ExperimentFlow.hpp"
class hscsimpleExperiment : public fail::ExperimentFlow
{
public:
hscsimpleExperiment() { }
bool run();
};
#endif // __HSCSIMPLE_EXPERIMENT_HPP__