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

#include <MockPresentationObserver.h>

Inheritance diagram for alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationObserver:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationObserver:
Collaboration graph
[legend]

Public Member Functions

 MOCK_METHOD2 (onPresentationAvailable, void(presentationOrchestratorInterfaces::PresentationRequestToken id, std::shared_ptr< presentationOrchestratorInterfaces::PresentationInterface > presentation))
 
 MOCK_METHOD2 (onPresentationStateChanged, void(presentationOrchestratorInterfaces::PresentationRequestToken id, presentationOrchestratorInterfaces::PresentationState newState))
 
 MOCK_METHOD1 (onNavigateBack, bool(presentationOrchestratorInterfaces::PresentationRequestToken id))
 
- Public Member Functions inherited from alexaClientSDK::presentationOrchestratorInterfaces::PresentationObserverInterface
virtual ~PresentationObserverInterface ()=default
 
virtual void onPresentationAvailable (PresentationRequestToken id, std::shared_ptr< PresentationInterface > presentation)=0
 
virtual void onPresentationStateChanged (PresentationRequestToken id, PresentationState newState)=0
 
virtual bool onNavigateBack (PresentationRequestToken id)=0
 

Detailed Description

Mock class that implements PresentationObserverInterface

Member Function Documentation

◆ MOCK_METHOD1()

alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationObserver::MOCK_METHOD1 ( onNavigateBack  ,
bool(presentationOrchestratorInterfaces::PresentationRequestToken id)   
)

◆ MOCK_METHOD2() [1/2]

alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationObserver::MOCK_METHOD2 ( onPresentationAvailable  ,
void(presentationOrchestratorInterfaces::PresentationRequestToken id, std::shared_ptr< presentationOrchestratorInterfaces::PresentationInterface > presentation)   
)

◆ MOCK_METHOD2() [2/2]

alexaClientSDK::presentationOrchestratorInterfaces::test::MockPresentationObserver::MOCK_METHOD2 ( onPresentationStateChanged  ,
void(presentationOrchestratorInterfaces::PresentationRequestToken id, presentationOrchestratorInterfaces::PresentationState newState)   
)

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