RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
rtctk::componentFramework::test::MockExtRedisBackend Class Reference

Mock interface representing the external Redis backend. More...

#include <inMemoryOldb.hpp>

Public Member Functions

 MOCK_METHOD (void, ReadDataPoint,(const std::string &uri))
 
 MOCK_METHOD (void, WriteDataPoint,(const std::string &uri))
 
 MOCK_METHOD (void, DeleteDataPoint,(const std::string &uri))
 

Detailed Description

Mock interface representing the external Redis backend.

Note
The methods use std::string for the URI arguments to make it easier to use gMock argument matching functions for e.g. EXPECT_CALL.

Member Function Documentation

◆ MOCK_METHOD() [1/3]

rtctk::componentFramework::test::MockExtRedisBackend::MOCK_METHOD ( void ,
DeleteDataPoint ,
(const std::string &uri)  )

◆ MOCK_METHOD() [2/3]

rtctk::componentFramework::test::MockExtRedisBackend::MOCK_METHOD ( void ,
ReadDataPoint ,
(const std::string &uri)  )

◆ MOCK_METHOD() [3/3]

rtctk::componentFramework::test::MockExtRedisBackend::MOCK_METHOD ( void ,
WriteDataPoint ,
(const std::string &uri)  )

The documentation for this class was generated from the following file: