AlexaClientSDK  1.20.1
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::avsCommon::sdkInterfaces::audio::test::MockEqualizerStorageInterface Class Reference

#include <MockEqualizerStorageInterface.h>

Inheritance diagram for alexaClientSDK::avsCommon::sdkInterfaces::audio::test::MockEqualizerStorageInterface:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::avsCommon::sdkInterfaces::audio::test::MockEqualizerStorageInterface:
Collaboration graph
[legend]

Public Member Functions

 MOCK_METHOD1 (saveState, void(const EqualizerState &))
 
 MOCK_METHOD0 (loadState, avsCommon::utils::error::SuccessResult< EqualizerState >())
 
 MOCK_METHOD0 (clear, void())
 
- Public Member Functions inherited from alexaClientSDK::avsCommon::sdkInterfaces::audio::EqualizerStorageInterface
virtual ~EqualizerStorageInterface ()=default
 
virtual void saveState (const EqualizerState &state)=0
 
virtual avsCommon::utils::error::SuccessResult< EqualizerStateloadState ()=0
 
virtual void clear ()=0
 

Detailed Description

Mock class for EqualizerStorageInterface

Member Function Documentation

◆ MOCK_METHOD0() [1/2]

alexaClientSDK::avsCommon::sdkInterfaces::audio::test::MockEqualizerStorageInterface::MOCK_METHOD0 ( loadState  ,
avsCommon::utils::error::SuccessResult< EqualizerState () 
)

◆ MOCK_METHOD0() [2/2]

alexaClientSDK::avsCommon::sdkInterfaces::audio::test::MockEqualizerStorageInterface::MOCK_METHOD0 ( clear  ,
void()   
)

◆ MOCK_METHOD1()

alexaClientSDK::avsCommon::sdkInterfaces::audio::test::MockEqualizerStorageInterface::MOCK_METHOD1 ( saveState  ,
void(const EqualizerState &)   
)

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

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