19 #include <quentier/utility/IKeychainService.h> 21 #include <gmock/gmock.h> 30 (QString service, QString key, QString password), (
override));
33 QFuture<QString>,
readPassword, (QString service, QString key),
Definition: MockIKeychainService.h:23
virtual QFuture< void > deletePassword(QString service, QString key)=0
virtual QFuture< QString > readPassword(QString service, QString key) const =0
The IKeychainService interface provides the ability to interact with the storage of sensitive data - ...
Definition: IKeychainService.h:37
Definition: MockIKeychainService.h:25
virtual QFuture< void > writePassword(QString service, QString key, QString password)=0