|
rad
5.2.0
|
Unit test for the StdCmdsImpl class. More...
#include <rad/utest/config.hpp>#include <rad/utest/dataContext.hpp>#include <rad/utest/application.hpp>#include <rad/utest/actionMgr.hpp>#include <rad/actionsStd.hpp>#include <rad/stdCmdsImpl.hpp>#include <gtest/gtest.h>Classes | |
| class | TestStdCmdsImpl |
Functions | |
| TEST_F (TestStdCmdsImpl, Exit) | |
| TEST_F (TestStdCmdsImpl, Init) | |
| TEST_F (TestStdCmdsImpl, Stop) | |
| TEST_F (TestStdCmdsImpl, Reset) | |
| TEST_F (TestStdCmdsImpl, GetState) | |
| TEST_F (TestStdCmdsImpl, GetStatus) | |
| TEST_F (TestStdCmdsImpl, GetVersion) | |
| TEST_F (TestStdCmdsImpl, Enable) | |
| TEST_F (TestStdCmdsImpl, Disable) | |
| TEST_F (TestStdCmdsImpl, SetLogLevel) | |
Unit test for the StdCmdsImpl class.
| TEST_F | ( | TestStdCmdsImpl | , |
| Disable | |||
| ) |
| TEST_F | ( | TestStdCmdsImpl | , |
| Enable | |||
| ) |
| TEST_F | ( | TestStdCmdsImpl | , |
| Exit | |||
| ) |
| TEST_F | ( | TestStdCmdsImpl | , |
| GetState | |||
| ) |
| TEST_F | ( | TestStdCmdsImpl | , |
| GetStatus | |||
| ) |
| TEST_F | ( | TestStdCmdsImpl | , |
| GetVersion | |||
| ) |
| TEST_F | ( | TestStdCmdsImpl | , |
| Init | |||
| ) |
| TEST_F | ( | TestStdCmdsImpl | , |
| Reset | |||
| ) |
| TEST_F | ( | TestStdCmdsImpl | , |
| SetLogLevel | |||
| ) |
TODO this test requires creating the parameters struct for the RPC call which in turn needs to a MAL client or MAL instance. MAL is already loaded by my_appl.
| TEST_F | ( | TestStdCmdsImpl | , |
| Stop | |||
| ) |