RTC Toolkit 4.0.2
Loading...
Searching...
No Matches
fakeOldbIf.hpp
Go to the documentation of this file.
1
13#ifndef RTCTK_COMPONENTFRAMEWORK_TEST_FAKEOLDBIF_HPP
14#define RTCTK_COMPONENTFRAMEWORK_TEST_FAKEOLDBIF_HPP
15
18
20
26class FakeOldbIf : public FakeRepositorySubscriber, public OldbIf {};
27
28} // namespace rtctk::componentFramework::test
29
30#endif // RTCTK_COMPONENTFRAMEWORK_TEST_FAKEOLDBIF_HPP
Base interface for all OLDB adapters.
Definition: oldbIf.hpp:26
Implementation of a fake of OldbIf for testing.
Definition: fakeOldbIf.hpp:26
A very simple fake implementation of RepositorySubscriberIf to allow testing the interactions and cal...
Definition: fakeRepositorySubscriber.hpp:31
Definition: fakeClock.cpp:15
Header file for OldbIf, which defines the API for OldbAdapters.