Changeset View
Changeset View
Standalone View
Standalone View
src/tests/client/client-test-util.hpp
| Show All 9 Lines | |||||
| #include <lager/store.hpp> | #include <lager/store.hpp> | ||||
| #include <lager/event_loop/manual.hpp> | #include <lager/event_loop/manual.hpp> | ||||
| #include <store.hpp> | #include <store.hpp> | ||||
| #include <sdk.hpp> | #include <sdk.hpp> | ||||
| #include <client/client-model.hpp> | #include <client/client-model.hpp> | ||||
| #include <base/basejob.hpp> | #include <base/basejob.hpp> | ||||
| #include <catch2/catch_test_macros.hpp> | |||||
| using namespace Kazv; | using namespace Kazv; | ||||
| ClientModel createTestClientModel(); | ClientModel createTestClientModel(); | ||||
| inline auto createTestClientStore(SingleTypePromiseInterface<DefaultRetType> ph) | inline auto createTestClientStore(SingleTypePromiseInterface<DefaultRetType> ph) | ||||
| { | { | ||||
| return makeStore<ClientAction>( | return makeStore<ClientAction>( | ||||
| createTestClientModel(), | createTestClientModel(), | ||||
| Show All 29 Lines | |||||