rad 6.2.0
Loading...
Searching...
No Matches
Classes | Functions
testStdCmdsImpl.cpp File Reference

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)
 

Detailed Description

Unit test for the StdCmdsImpl class.

Author

Function Documentation

◆ TEST_F() [1/10]

TEST_F ( TestStdCmdsImpl ,
Disable  )

◆ TEST_F() [2/10]

TEST_F ( TestStdCmdsImpl ,
Enable  )

◆ TEST_F() [3/10]

TEST_F ( TestStdCmdsImpl ,
Exit  )

◆ TEST_F() [4/10]

TEST_F ( TestStdCmdsImpl ,
GetState  )

◆ TEST_F() [5/10]

TEST_F ( TestStdCmdsImpl ,
GetStatus  )

◆ TEST_F() [6/10]

TEST_F ( TestStdCmdsImpl ,
GetVersion  )

◆ TEST_F() [7/10]

TEST_F ( TestStdCmdsImpl ,
Init  )

◆ TEST_F() [8/10]

TEST_F ( TestStdCmdsImpl ,
Reset  )

◆ TEST_F() [9/10]

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() [10/10]

TEST_F ( TestStdCmdsImpl ,
Stop  )