12345678910111213 |
- #ifndef TEST_MOD_DEVICECONTROL_IPMAC
- #define TEST_MOD_DEVICECONTROL_IPMAC
- #include "mod_DeviceControl.h"
- TEST_CASE_ENTITY_CONTEXT(CDeviceControlEntity, DeviceControlService, QueryHardwareInfo, "QueryHardwareInfo", "Description or TAG")
- {
- ANSWER_CHECK(Ans.ip.GetCount() > 0);
- ANSWER_CHECK(Ans.mac.GetCount() > 0);
- }
- #endif
|