ls_std_core_test.hpp 431 B

123456789101112131415161718
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2022-05-16
  6. * Changed: 2022-12-16
  7. *
  8. * */
  9. #ifndef LS_STD_LS_STD_CORE_TEST_HPP
  10. #define LS_STD_LS_STD_CORE_TEST_HPP
  11. #include <classes/core/api/io/MockPosixReader.hpp>
  12. #include <classes/core/api/socket/MockPosixSocket.hpp>
  13. #include <classes/core/MockClass.hpp>
  14. #endif