verion which did not include the handling in RTService wth creating the
Json file
This commit is contained in:
14
vrpmdvaotserver/test/MonitoringControllerTest.hpp
Normal file
14
vrpmdvaotserver/test/MonitoringControllerTest.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef MonitoringControllerTest_hpp
|
||||
#define MonitoringControllerTest_hpp
|
||||
|
||||
#include "oatpp-test/UnitTest.hpp"
|
||||
|
||||
class MonitoringControllerTest : public oatpp::test::UnitTest {
|
||||
public:
|
||||
MonitoringControllerTest() : oatpp::test::UnitTest("TEST[MonitoringControllerTest]")
|
||||
{}
|
||||
|
||||
void onRun() override;
|
||||
};
|
||||
|
||||
#endif // MonitoringControllerTest_hpp
|
||||
Reference in New Issue
Block a user