ifw-fcf 7.1.4
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
testDeviceLcsIf.cpp File Reference

Unit tests for TestDeviceLcsIf class. More...

#include <ifw/core/protocol/base/dispatcher.hpp>
#include <ifw/fcf/devmgr/common/actionMgr.hpp>
#include <ifw/fcf/devmgr/common/config.hpp>
#include <ifw/fcf/devmgr/common/dataContext.hpp>
#include <ifw/fcf/devmgr/common/deviceFacade.hpp>
#include <ifw/fcf/devmgr/common/device.hpp>
#include <ifw/fcf/devmgr/common/deviceConfig.hpp>
#include <ifw/fcf/devmgr/common/deviceLcsIf.hpp>
#include <rad/dbAdapterRedis.hpp>
#include <rad/msgReplier.hpp>
#include <rad/smAdapter.hpp>
#include <boost/asio.hpp>
#include <gtest/gtest.h>
#include "mock/mockIComm.hpp"
#include "mock/mockIDevice.hpp"

Classes

class  testDeviceLcsIf::MyDeviceConfig
 
class  testDeviceLcsIf::MyDeviceLcsIf
 
class  TestDeviceLcsIf
 

Namespaces

namespace  testDeviceLcsIf
 

Functions

 TEST_F (TestDeviceLcsIf, Ctor)
 
 TEST_F (TestDeviceLcsIf, Config)
 
 TEST_F (TestDeviceLcsIf, Connect)
 
 TEST_F (TestDeviceLcsIf, Disconnect)
 
 TEST_F (TestDeviceLcsIf, Init)
 
 TEST_F (TestDeviceLcsIf, Enable)
 
 TEST_F (TestDeviceLcsIf, Disable)
 
 TEST_F (TestDeviceLcsIf, Stop)
 
 TEST_F (TestDeviceLcsIf, Reset)
 
 TEST_F (TestDeviceLcsIf, IsNotReady)
 
 TEST_F (TestDeviceLcsIf, IsDisabling)
 

Variables

std::string const SHUTTER1_CFG = std::string("shutter1.yaml")
 

Detailed Description

Unit tests for TestDeviceLcsIf class.

Author
mkiekebu

Function Documentation

◆ TEST_F() [1/11]

TEST_F ( TestDeviceLcsIf ,
Config  )

◆ TEST_F() [2/11]

TEST_F ( TestDeviceLcsIf ,
Connect  )

◆ TEST_F() [3/11]

TEST_F ( TestDeviceLcsIf ,
Ctor  )

◆ TEST_F() [4/11]

TEST_F ( TestDeviceLcsIf ,
Disable  )

◆ TEST_F() [5/11]

TEST_F ( TestDeviceLcsIf ,
Disconnect  )

◆ TEST_F() [6/11]

TEST_F ( TestDeviceLcsIf ,
Enable  )

◆ TEST_F() [7/11]

TEST_F ( TestDeviceLcsIf ,
Init  )

◆ TEST_F() [8/11]

TEST_F ( TestDeviceLcsIf ,
IsDisabling  )

◆ TEST_F() [9/11]

TEST_F ( TestDeviceLcsIf ,
IsNotReady  )

◆ TEST_F() [10/11]

TEST_F ( TestDeviceLcsIf ,
Reset  )

◆ TEST_F() [11/11]

TEST_F ( TestDeviceLcsIf ,
Stop  )

Variable Documentation

◆ SHUTTER1_CFG

std::string const SHUTTER1_CFG = std::string("shutter1.yaml")