AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Namespaces | Functions
AndroidSLESObjectTest.cpp File Reference
#include <array>
#include <gtest/gtest.h>
#include <AndroidUtilities/AndroidSLESObject.h>
Include dependency graph for AndroidSLESObjectTest.cpp:

Classes

class  alexaClientSDK::applicationUtilities::androidUtilities::test::AndroidSLESObjectTest
 
struct  alexaClientSDK::applicationUtilities::androidUtilities::test::AndroidSLESObjectTest::MockInterface
 This will be used to mock the getInterface result. More...
 

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::applicationUtilities
 
 alexaClientSDK::applicationUtilities::androidUtilities
 
 alexaClientSDK::applicationUtilities::androidUtilities::test
 

Functions

SLresult alexaClientSDK::applicationUtilities::androidUtilities::test::mockRealizeSucceed (SLObjectItf self, SLboolean async)
 Mock realize that succeeds. More...
 
SLresult alexaClientSDK::applicationUtilities::androidUtilities::test::mockRealizeFail (SLObjectItf self, SLboolean async)
 Mock realize that fails. More...
 
void alexaClientSDK::applicationUtilities::androidUtilities::test::mockDestroy (SLObjectItf self)
 Mock destroy and keep track that the method was called once. More...
 
SLresult alexaClientSDK::applicationUtilities::androidUtilities::test::mockGetInterface (SLObjectItf self, const SLInterfaceID iid, void *pInterface)
 Mock get interface. More...
 
 alexaClientSDK::applicationUtilities::androidUtilities::test::TEST_F (AndroidSLESObjectTest, test_createDestroySucceed)
 
 alexaClientSDK::applicationUtilities::androidUtilities::test::TEST_F (AndroidSLESObjectTest, test_createFailed)
 
 alexaClientSDK::applicationUtilities::androidUtilities::test::TEST_F (AndroidSLESObjectTest, test_getInterface)
 
 alexaClientSDK::applicationUtilities::androidUtilities::test::TEST_F (AndroidSLESObjectTest, test_getInterfaceFailed)
 

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