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::transport::test::MockPostConnectOperation Class Reference

#include <MockPostConnectOperation.h>

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

Public Member Functions

 MOCK_METHOD0 (getOperationPriority, unsigned int())
 
 MOCK_METHOD1 (performOperation, bool(const std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > &))
 
 MOCK_METHOD0 (abortOperation, void())
 
- Public Member Functions inherited from alexaClientSDK::avsCommon::sdkInterfaces::PostConnectOperationInterface
virtual ~PostConnectOperationInterface ()=default
 
virtual unsigned int getOperationPriority ()=0
 
virtual bool performOperation (const std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > &messageSender)=0
 
virtual void abortOperation ()=0
 

Additional Inherited Members

- Static Public Attributes inherited from alexaClientSDK::avsCommon::sdkInterfaces::PostConnectOperationInterface
static constexpr unsigned int VERIFY_GATEWAY_PRIORITY = 50
 Operation priority for AVS Gateway Verification. More...
 
static constexpr unsigned int ENDPOINT_DISCOVERY_PRIORITY = 100
 Operation priority for Publishing Capabilities to AVS. More...
 
static constexpr unsigned int SYNCHRONIZE_STATE_PRIORITY = 150
 Operation priority for sending SynchronizeState event to AVS. More...
 

Detailed Description

Mock class for PostConnectOperationInterface.

Member Function Documentation

◆ MOCK_METHOD0() [1/2]

alexaClientSDK::acl::transport::test::MockPostConnectOperation::MOCK_METHOD0 ( getOperationPriority  ,
unsigned   int() 
)

◆ MOCK_METHOD0() [2/2]

alexaClientSDK::acl::transport::test::MockPostConnectOperation::MOCK_METHOD0 ( abortOperation  ,
void()   
)

◆ MOCK_METHOD1()

alexaClientSDK::acl::transport::test::MockPostConnectOperation::MOCK_METHOD1 ( performOperation  ,
bool(const std::shared_ptr< avsCommon::sdkInterfaces::MessageSenderInterface > &)   
)

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