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

#include <MockAndroidSLESObject.h>

Public Member Functions

void mockRealize (bool succeed=true)
 
void mockGetInterface (SLInterfaceID id, std::shared_ptr< MockInterface > object)
 
SLObjectItf getObject ()
 
 MockAndroidSLESObject ()
 
 ~MockAndroidSLESObject ()
 

Detailed Description

This class will be used to mock SLObjectItf.

Note that for this we create a real structure and set their function pointers to point to mock methods.

Constructor & Destructor Documentation

◆ MockAndroidSLESObject()

alexaClientSDK::applicationUtilities::androidUtilities::test::MockAndroidSLESObject::MockAndroidSLESObject ( )

Constructor.

◆ ~MockAndroidSLESObject()

alexaClientSDK::applicationUtilities::androidUtilities::test::MockAndroidSLESObject::~MockAndroidSLESObject ( )

Destructor.

Member Function Documentation

◆ getObject()

SLObjectItf alexaClientSDK::applicationUtilities::androidUtilities::test::MockAndroidSLESObject::getObject ( )

Gets the underlying object.

Returns
The underlying open sl object.

◆ mockGetInterface()

void alexaClientSDK::applicationUtilities::androidUtilities::test::MockAndroidSLESObject::mockGetInterface ( SLInterfaceID  id,
std::shared_ptr< MockInterface object 
)

Mock get interface for the given ID.

Parameters
idThe interface id.
objectThe mock interface that will be returned.

◆ mockRealize()

void alexaClientSDK::applicationUtilities::androidUtilities::test::MockAndroidSLESObject::mockRealize ( bool  succeed = true)

Mock the realize method to either succeed or fail. By default, this mock object realize call will succeed.

Parameters
succeedtrue if the mocked method should succeed, false otherwise.

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