MockFileReader.cpp 339 B

1234567891011121314
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2023-02-21
  6. * Changed: 2023-02-21
  7. *
  8. * */
  9. #include "MockFileReader.hpp"
  10. test::io::MockFileReader::MockFileReader() = default;
  11. test::io::MockFileReader::~MockFileReader() = default;