12#ifndef RTCTK_COMPONENTFRAMEWORK_TEST_FAKERUNTIMEREPOIF_HPP
13#define RTCTK_COMPONENTFRAMEWORK_TEST_FAKERUNTIMEREPOIF_HPP
27 elt::mal::Uri
GetUri()
const override {
28 return elt::mal::Uri(
"fake:");
Base interface for all Runtime Configuration Repository adapters.
Definition runtimeRepoIf.hpp:26
FakeRepositorySubscriber()
Definition fakeRepositorySubscriber.cpp:20
Implementation of a fake of RuntimeRepoIf for testing.
Definition fakeRuntimeRepoIf.hpp:25
elt::mal::Uri GetUri() const override
Get the URI used when creating this adapter object.
Definition fakeRuntimeRepoIf.hpp:27
Header file for an in-memory fake RepositorySubscriberIf.
Definition fakeClock.cpp:14
Header file for RuntimeRepoIf, which defines the API for RuntimeRepoAdapters.