AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Types | Public Member Functions | List of all members
alexaClientSDK::acsdkAlexaKeypadController::test::MockAlexaKeypadControllerInterface Class Reference
Inheritance diagram for alexaClientSDK::acsdkAlexaKeypadController::test::MockAlexaKeypadControllerInterface:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::acsdkAlexaKeypadController::test::MockAlexaKeypadControllerInterface:
Collaboration graph
[legend]

Public Types

using HandleKeystroke = acsdkAlexaKeypadControllerInterfaces::AlexaKeypadControllerInterface::Response
 
using GetSupportedKeys = std::set< Keystroke >
 

Public Member Functions

 MOCK_METHOD1 (handleKeystroke, HandleKeystroke(Keystroke keystroke))
 
 MOCK_METHOD0 (getSupportedKeys, GetSupportedKeys())
 
- Public Member Functions inherited from alexaClientSDK::acsdkAlexaKeypadControllerInterfaces::AlexaKeypadControllerInterface
virtual ~AlexaKeypadControllerInterface ()=default
 
virtual Response handleKeystroke (Keystroke keystroke)=0
 
virtual std::set< KeystrokegetSupportedKeys ()=0
 

Member Typedef Documentation

◆ GetSupportedKeys

◆ HandleKeystroke

Member Function Documentation

◆ MOCK_METHOD0()

alexaClientSDK::acsdkAlexaKeypadController::test::MockAlexaKeypadControllerInterface::MOCK_METHOD0 ( getSupportedKeys  ,
GetSupportedKeys()   
)

◆ MOCK_METHOD1()

alexaClientSDK::acsdkAlexaKeypadController::test::MockAlexaKeypadControllerInterface::MOCK_METHOD1 ( handleKeystroke  ,
HandleKeystroke(Keystroke keystroke)   
)

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