#include <catch.hpp>
Public Member Functions | |
virtual IGeneratorInfo & | getGeneratorInfo (std::string const &fileInfo, std::size_t size)=0 |
virtual bool | moveNext ()=0 |
virtual | ~IGeneratorsForTest () |
virtual Catch::IGeneratorsForTest::~IGeneratorsForTest | ( | ) | [virtual] |
virtual IGeneratorInfo& Catch::IGeneratorsForTest::getGeneratorInfo | ( | std::string const & | fileInfo, |
std::size_t | size | ||
) | [pure virtual] |
virtual bool Catch::IGeneratorsForTest::moveNext | ( | ) | [pure virtual] |