gmock implementation of ifw::fnd::defs::ICommAdapter. More...
#include <gmock/gmock.h>#include <ifw/fnd/defs/iCommAdapter.hpp>Go to the source code of this file.
Classes | |
| class | MockICommAdapter |
gmock implementation of ifw::fnd::defs::ICommAdapter.
Replaces the legacy MockIComm. Tests inject this in place of an eso::uatools::Client. Because DeviceLcsIf holds m_comm as a shared_ptr<ICommAdapter> (not Client), the mock plugs in cleanly.