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

#include <MockPostConnect.h>

Inheritance diagram for alexaClientSDK::acl::test::MockPostConnect:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::acl::test::MockPostConnect:
Collaboration graph
[legend]

Public Member Functions

 MOCK_METHOD2 (doPostConnect, bool(std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > postConnectSender, std::shared_ptr< PostConnectObserverInterface > postConnectObserver))
 
 MOCK_METHOD0 (onDisconnect, void())
 
- Public Member Functions inherited from alexaClientSDK::acl::PostConnectInterface
virtual bool doPostConnect (std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > postConnectSender, std::shared_ptr< PostConnectObserverInterface > postConnectObserver)=0
 
virtual void onDisconnect ()=0
 
virtual ~PostConnectInterface ()=default
 

Detailed Description

A mock class of PostConnectInterface.

Member Function Documentation

◆ MOCK_METHOD0()

alexaClientSDK::acl::test::MockPostConnect::MOCK_METHOD0 ( onDisconnect  ,
void()   
)

◆ MOCK_METHOD2()

alexaClientSDK::acl::test::MockPostConnect::MOCK_METHOD2 ( doPostConnect  ,
bool(std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > postConnectSender, std::shared_ptr< PostConnectObserverInterface > postConnectObserver)   
)

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