Classes | |
| class | MyDeviceConfig |
| Test MAxis Config class used for testing purposes. More... | |
| class | MyMAxis |
| Test MAxis class used for testing purposes. More... | |
| class | TestMAxis |
Functions | |
| void | ExpectRead (std::shared_ptr< MockICommAdapter > comm_if, std::shared_ptr< MyDeviceConfig > &dev_cfg, ifw::fcf::devmgr::maxis::MAxisControllerData &, int) |
| TEST_F (TestMAxis, Ctor) | |
| Test MAxis constructor. | |
| TEST_F (TestMAxis, Setup) | |
| Test the MAxis Setup method. | |
Variables | |
| std::string const | CONFIG_CFG = std::string("config/config.yaml") |
| std::string const | MAXIS_CFG = std::string("config/testMAxis.yaml") |
| void testMAxis::ExpectRead | ( | std::shared_ptr< MockICommAdapter > | comm_if, |
| std::shared_ptr< MyDeviceConfig > & | dev_cfg, | ||
| ifw::fcf::devmgr::maxis::MAxisControllerData & | , | ||
| int | ) |
| testMAxis::TEST_F | ( | TestMAxis | , |
| Setup | ) |
Test the MAxis Setup method.
Tests all three actions handled by HandleMotAction:
| std::string const testMAxis::CONFIG_CFG = std::string("config/config.yaml") |
| std::string const testMAxis::MAXIS_CFG = std::string("config/testMAxis.yaml") |