21#include <quentier/synchronization/ISyncStateStorage.h>
23#include <gmock/gmock.h>
25namespace quentier::synchronization::tests::mocks {
32 ISyncStatePtr, getSyncState, (
const Account & account), (
override));
35 void, setSyncState, (
const Account & account, ISyncStatePtr syncState),
The Account class encapsulates some details about the account: its name, whether it is local or synch...
Definition: Account.h:38
The ISyncStateStorage interface represents the interface of a class which stores sync state for given...
Definition: ISyncStateStorage.h:35
Definition: MockISyncStateStorage.h:28