AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::acsdkAuthorization::lwa::test::MockCBLObserver Class Reference

A mock observer. More...

Inheritance diagram for alexaClientSDK::acsdkAuthorization::lwa::test::MockCBLObserver:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::acsdkAuthorization::lwa::test::MockCBLObserver:
Collaboration graph
[legend]

Public Member Functions

 MOCK_METHOD2 (onRequestAuthorization, void(const std::string &url, const std::string &code))
 
 MOCK_METHOD0 (onCheckingForAuthorization, void())
 
 MOCK_METHOD1 (onCustomerProfileAvailable, void(const CustomerProfile &customerProfile))
 
- Public Member Functions inherited from alexaClientSDK::acsdkAuthorizationInterfaces::lwa::CBLAuthorizationObserverInterface
virtual ~CBLAuthorizationObserverInterface ()=default
 Destructor. More...
 
virtual void onRequestAuthorization (const std::string &url, const std::string &code)=0
 
virtual void onCheckingForAuthorization ()=0
 
virtual void onCustomerProfileAvailable (const CustomerProfile &customerProfile)=0
 

Detailed Description

A mock observer.

Member Function Documentation

◆ MOCK_METHOD0()

alexaClientSDK::acsdkAuthorization::lwa::test::MockCBLObserver::MOCK_METHOD0 ( onCheckingForAuthorization  ,
void()   
)

◆ MOCK_METHOD1()

alexaClientSDK::acsdkAuthorization::lwa::test::MockCBLObserver::MOCK_METHOD1 ( onCustomerProfileAvailable  ,
void(const CustomerProfile &customerProfile)   
)

◆ MOCK_METHOD2()

alexaClientSDK::acsdkAuthorization::lwa::test::MockCBLObserver::MOCK_METHOD2 ( onRequestAuthorization  ,
void(const std::string &url, const std::string &code)   
)

The documentation for this class was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0