12#ifndef RTCTK_COMPONENTFRAMEWORK_TEST_FAKEPERSISTENTREPOIF_HPP
13#define RTCTK_COMPONENTFRAMEWORK_TEST_FAKEPERSISTENTREPOIF_HPP
27 elt::mal::Uri
GetUri()
const override {
28 return elt::mal::Uri(
"fake:");
Base interface for all Persistent Configuration Repository adapters.
Definition persistentRepoIf.hpp:24
Implementation of a fake of PersistentRepoIf for testing.
Definition fakePersistentRepoIf.hpp:25
elt::mal::Uri GetUri() const override
Get the URI used when creating this adapter object.
Definition fakePersistentRepoIf.hpp:27
FakeRepository()
Definition fakeRepository.cpp:78
Header file for an in-memory fake RepositoryIf.
Definition fakeClock.cpp:14
Header file for PersistentRepoIf, which defines the API for PersistentRepoAdapter.