ls_std_test.hpp 554 B

123456789101112131415161718192021
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2020-11-27
  6. * Changed: 2021-04-24
  7. *
  8. * */
  9. #ifndef LS_STD_LS_STD_TEST_HPP
  10. #define LS_STD_LS_STD_TEST_HPP
  11. #include "classes/event/NewsAgency.hpp"
  12. #include "classes/event/DailyNewsAgency.hpp"
  13. #include "classes/event/GossipNewsAgency.hpp"
  14. #include "classes/event/GossipNewsEvent.hpp"
  15. #include "classes/event/SeriousNewsEvent.hpp"
  16. #include "classes/factory/SerializableTestFactory.hpp"
  17. #endif