21#include <quentier/synchronization/IAuthenticator.h>
23#include <gmock/gmock.h>
25namespace quentier::synchronization::tests::mocks {
31 QFuture<IAuthenticationInfoPtr>, authenticateNewAccount, (),
35 QFuture<IAuthenticationInfoPtr>, authenticateAccount, (
Account account),
The Account class encapsulates some details about the account: its name, whether it is local or synch...
Definition: Account.h:38
Definition: IAuthenticator.h:30
Definition: MockIAuthenticator.h:28