Files
integration/luprex/core/cpp/drivertests.hpp

14 lines
330 B
C++
Raw Normal View History

#ifndef DRIVERTESTS_HPP
#define DRIVERTESTS_HPP
#include "drivenengine.hpp"
UniqueDrivenEngine make_DriverListenTest();
UniqueDrivenEngine make_DriverWebServerTest();
UniqueDrivenEngine make_DriverDNSFailTest();
UniqueDrivenEngine make_DriverPrintClockTest();
2021-11-14 15:57:18 -05:00
UniqueDrivenEngine make_RunUnitTests();
#endif // DRIVERTESTS_HPP