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