a test where the code being test is only the init function and nothing else and the login function must be called when the init funtion is called ...
I am trying to add gmock to my gtest suite in ros2. I am using ros-version-gmock-vendor as well as ament_gmock. I am using it according to the gmock tutorial, for ...