AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
ACLTestContext.h
Go to the documentation of this file.
1 /*
2  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License").
5  * You may not use this file except in compliance with the License.
6  * A copy of the License is located at
7  *
8  * http://aws.amazon.com/apache2.0/
9  *
10  * or in the "license" file accompanying this file. This file is distributed
11  * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12  * express or implied. See the License for the specific language governing
13  * permissions and limitations under the License.
14  */
15 
16 #ifndef ALEXA_CLIENT_SDK_INTEGRATION_INCLUDE_INTEGRATION_ACLTESTCONTEXT_H_
17 #define ALEXA_CLIENT_SDK_INTEGRATION_INCLUDE_INTEGRATION_ACLTESTCONTEXT_H_
18 
19 #include <memory>
20 #include <string>
21 
28 
32 
33 namespace alexaClientSDK {
34 namespace integration {
35 namespace test {
36 
42 public:
63  static std::unique_ptr<ACLTestContext> create(const std::string& filePath, const std::string& overlay = "");
64 
69 
75  std::shared_ptr<avsCommon::sdkInterfaces::AuthDelegateInterface> getAuthDelegate() const;
76 
82  std::shared_ptr<registrationManager::CustomerDataManagerInterface> getCustomerDataManager() const;
83 
89  std::shared_ptr<avsCommon::avs::attachment::AttachmentManager> getAttachmentManager() const;
90 
96  std::shared_ptr<acl::MessageRouter> getMessageRouter() const;
97 
103  std::shared_ptr<ConnectionStatusObserver> getConnectionStatusObserver() const;
104 
110  std::shared_ptr<avsCommon::sdkInterfaces::ContextManagerInterface> getContextManager() const;
111 
115  void waitForConnected();
116 
121  void waitForDisconnected();
122 
123 private:
130  ACLTestContext(const std::string& filePath, const std::string& overlay = "");
131 
133  std::unique_ptr<AuthDelegateTestContext> m_authDelegateTestContext;
134 
136  std::shared_ptr<avsCommon::avs::attachment::AttachmentManager> m_attachmentManager;
137 
139  std::shared_ptr<acl::MessageRouter> m_messageRouter;
140 
142  std::shared_ptr<ConnectionStatusObserver> m_connectionStatusObserver;
143 
145  std::shared_ptr<avsCommon::sdkInterfaces::ContextManagerInterface> m_contextManager;
146 };
147 
148 } // namespace test
149 } // namespace integration
150 } // namespace alexaClientSDK
151 
152 #endif // ALEXA_CLIENT_SDK_INTEGRATION_INCLUDE_INTEGRATION_ACLTESTCONTEXT_H_
ContextManager.h
AuthDelegateTestContext.h
alexaClientSDK::integration::test::ACLTestContext::getContextManager
std::shared_ptr< avsCommon::sdkInterfaces::ContextManagerInterface > getContextManager() const
Definition: ACLTestContext.cpp:84
alexaClientSDK::integration::test::ACLTestContext::getAuthDelegate
std::shared_ptr< avsCommon::sdkInterfaces::AuthDelegateInterface > getAuthDelegate() const
Definition: ACLTestContext.cpp:64
alexaClientSDK::integration::test::ACLTestContext::create
static std::unique_ptr< ACLTestContext > create(const std::string &filePath, const std::string &overlay="")
Definition: ACLTestContext.cpp:43
CustomerDataManagerInterface.h
alexaClientSDK::integration::test::ACLTestContext::getCustomerDataManager
std::shared_ptr< registrationManager::CustomerDataManagerInterface > getCustomerDataManager() const
Definition: ACLTestContext.cpp:68
test
Definition: AmdMetricWrapperTest.cpp:24
ConnectionStatusObserver.h
MessageRouter.h
CBLAuthRequesterInterface.h
alexaClientSDK::integration::test::ACLTestContext::getMessageRouter
std::shared_ptr< acl::MessageRouter > getMessageRouter() const
Definition: ACLTestContext.cpp:76
AttachmentManager.h
alexaClientSDK
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
alexaClientSDK::integration::test::ACLTestContext::waitForConnected
void waitForConnected()
Definition: ACLTestContext.cpp:88
AuthDelegateInterface.h
alexaClientSDK::integration::test::ACLTestContext::~ACLTestContext
~ACLTestContext()
Definition: ACLTestContext.cpp:52
alexaClientSDK::integration::test::ACLTestContext
Definition: ACLTestContext.h:41
alexaClientSDK::integration::test::ACLTestContext::getConnectionStatusObserver
std::shared_ptr< ConnectionStatusObserver > getConnectionStatusObserver() const
Definition: ACLTestContext.cpp:80
SDKTestContext.h
alexaClientSDK::integration::test::ACLTestContext::waitForDisconnected
void waitForDisconnected()
Definition: ACLTestContext.cpp:93
alexaClientSDK::integration::test::ACLTestContext::getAttachmentManager
std::shared_ptr< avsCommon::avs::attachment::AttachmentManager > getAttachmentManager() const
Definition: ACLTestContext.cpp:72

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