AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <memory>
#include <string>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <Settings/Types/NetworkInfo.h>
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::settings | |
alexaClientSDK::settings::test | |
Functions | |
alexaClientSDK::settings::test::TEST (NetworkInfoTest, test_restoreInfoFromEmptyString) | |
alexaClientSDK::settings::test::TEST (NetworkInfoTest, test_restoreInfoFromEmptyJson) | |
alexaClientSDK::settings::test::TEST (NetworkInfoTest, test_convertFullInfoToStringAndBack) | |
alexaClientSDK::settings::test::TEST (NetworkInfoTest, test_outputEmptyNetworkInfo) | |
alexaClientSDK::settings::test::TEST (NetworkInfoTest, test_setIpV4Address) | |
alexaClientSDK::settings::test::TEST (NetworkInfoTest, test_setIpV6Address) | |
alexaClientSDK::settings::test::TEST (NetworkInfoTest, test_setMacAddress) | |
alexaClientSDK::settings::test::TEST (NetworkInfoTest, test_setSubnetMask) | |
alexaClientSDK::settings::test::TEST (NetworkInfoTest, test_emptyGetters) | |
alexaClientSDK::settings::test::TEST (NetworkInfoTest, test_gettersAfterSet) | |
alexaClientSDK::settings::test::TEST (NetworkInfoTest, test_gettersAfterReset) | |
Variables | |
static const auto | alexaClientSDK::settings::test::CONNECTION_TYPE = NetworkInfo::ConnectionType::WIFI |
A random valid connection type. More... | |
static const auto | alexaClientSDK::settings::test::BSSID = "10:00:22:33:44:55" |
A random valid bssid. More... | |
static const auto | alexaClientSDK::settings::test::IP_ADDRESS = "1.2.3.5" |
A random valid IP address. More... | |
static const auto | alexaClientSDK::settings::test::SUBNET_MASK = "1.2.3.0/2" |
A random valid subnet mask. More... | |
static const auto | alexaClientSDK::settings::test::MAC_ADDRESS = "00:FF:00:FF:00:FF" |
A random valid MAC address. More... | |
static const auto | alexaClientSDK::settings::test::DHCP_SERVER_ADDRESS = "200.125.4.0" |
A random valid DHCP server address. More... | |
static const auto | alexaClientSDK::settings::test::ESSID = "essid" |
A random valid connection type. More... | |
static const auto | alexaClientSDK::settings::test::IS_STATIC_IP = false |
A random valid connection type. More... | |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0