13#ifndef RTCTK_COMPONENTFRAMEWORK_TEST_MOCKPERSISTENTREPOIF_HPP
14#define RTCTK_COMPONENTFRAMEWORK_TEST_MOCKPERSISTENTREPOIF_HPP
28 elt::mal::Uri
GetUri()
const override {
29 return elt::mal::Uri(
"mock:");
Base interface for all Persistent Configuration Repository adapters.
Definition persistentRepoIf.hpp:25
A mock of PersistentRepoIf.
Definition mockPersistentRepoIf.hpp:26
elt::mal::Uri GetUri() const override
Get the URI used when creating this adapter object.
Definition mockPersistentRepoIf.hpp:28
A GoogleTest mock of RepositoryIf.
Definition mockRepository.hpp:28
Header file providing a mock of RepositoryIf.
Definition fakeClock.cpp:15
Header file for PersistentRepoIf, which defines the API for PersistentRepoAdapter.