RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
mockPersistentRepoIf.hpp
Go to the documentation of this file.
1
11
12#ifndef RTCTK_COMPONENTFRAMEWORK_TEST_MOCKPERSISTENTREPOIF_HPP
13#define RTCTK_COMPONENTFRAMEWORK_TEST_MOCKPERSISTENTREPOIF_HPP
14
17
19
26public:
27 elt::mal::Uri GetUri() const override {
28 return elt::mal::Uri("mock:");
29 }
30};
31
32} // namespace rtctk::componentFramework::test
33
34#endif // RTCTK_COMPONENTFRAMEWORK_TEST_MOCKPERSISTENTREPOIF_HPP
Base interface for all Persistent Configuration Repository adapters.
Definition persistentRepoIf.hpp:24
A mock of PersistentRepoIf.
Definition mockPersistentRepoIf.hpp:25
elt::mal::Uri GetUri() const override
Get the URI used when creating this adapter object.
Definition mockPersistentRepoIf.hpp:27
A GoogleTest mock of RepositoryIf.
Definition mockRepository.hpp:27
Header file providing a mock of RepositoryIf.
Definition fakeClock.cpp:14
Header file for PersistentRepoIf, which defines the API for PersistentRepoAdapter.