ifw-fcf
2.0.0
|
Unit tests for TestDeviceLcsIf class. More...
#include <fcf/common/dispatcher.hpp>
#include <fcf/devmgr/common/actionMgr.hpp>
#include <fcf/devmgr/common/config.hpp>
#include <fcf/devmgr/common/dataContext.hpp>
#include <fcf/devmgr/common/deviceFacade.hpp>
#include <fcf/devmgr/common/device.hpp>
#include <fcf/devmgr/common/deviceConfig.hpp>
#include <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 | |
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(WAF_MODULE_PATH) + "/test/res/shutter1.yml" |
Unit tests for TestDeviceLcsIf class.
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 | |||
) |
std::string const SHUTTER1_CFG = std::string(WAF_MODULE_PATH) + "/test/res/shutter1.yml" |