libquentier 0.8.0
The library for rich desktop clients of Evernote service
Loading...
Searching...
No Matches
Public Member Functions | List of all members
quentier::synchronization::tests::mocks::MockISyncStateStorage Class Reference
Inheritance diagram for quentier::synchronization::tests::mocks::MockISyncStateStorage:
Inheritance graph
[legend]
Collaboration diagram for quentier::synchronization::tests::mocks::MockISyncStateStorage:
Collaboration graph
[legend]

Public Member Functions

 MOCK_METHOD (ISyncStatePtr, getSyncState,(const Account &account),(override))
 
 MOCK_METHOD (void, setSyncState,(const Account &account, ISyncStatePtr syncState),(override))
 
- Public Member Functions inherited from quentier::synchronization::ISyncStateStorage
virtual ISyncStatePtr getSyncState (const Account &account)=0
 
virtual void setSyncState (const Account &account, ISyncStatePtr syncState)=0
 

Additional Inherited Members

- Signals inherited from quentier::synchronization::ISyncStateStorage
void notifySyncStateUpdated (Account account, ISyncStatePtr syncState)
 
- Protected Member Functions inherited from quentier::synchronization::ISyncStateStorage
 ISyncStateStorage (QObject *parent=nullptr)