ifw-fcf 8.0.2
 
Loading...
Searching...
No Matches
mockICommAdapter.hpp File Reference

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
 

Detailed Description

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.