redboltz / mqtt_cpp

Boost Software License 1.0
441 stars 107 forks source link

Gtest mqtt_cpp/include/mqtt/server.hpp #967

Closed mohanict closed 1 year ago

mohanict commented 1 year ago

Hi,

In my header file, class has below variable. class Test{ MQTT_NS::server<> mServer; };

In cpp file, mServer would be used to perform certain operations. During unit testing with Gtest, I don't want to test server, instead I want to mock it

Is there any reference Gtest code to mock MQTT_NS::server<> ?

redboltz commented 1 year ago

No, there is no gtest related code and examples in mqtt_cpp.