AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder Member List

This is the complete list of members for alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder, including all inherited members.

build()=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
MOCK_METHOD0(withDeviceRegistration, EndpointBuilderInterface &())alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD0(build, std::unique_ptr< EndpointInterface >())alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD1(withDerivedEndpointId, EndpointBuilderInterface &(const std::string &suffix))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD1(withEndpointId, EndpointBuilderInterface &(const EndpointIdentifier &endpointId))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD1(withFriendlyName, EndpointBuilderInterface &(const std::string &friendlyName))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD1(withDescription, EndpointBuilderInterface &(const std::string &description))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD1(withManufacturerName, EndpointBuilderInterface &(const std::string &manufacturerName))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD1(withDisplayCategory, EndpointBuilderInterface &(const std::vector< std::string > &displayCategories))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD1(withConnections, EndpointBuilderInterface &(const std::vector< std::map< std::string, std::string >> &connections))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD1(withCookies, EndpointBuilderInterface &(const std::map< std::string, std::string > &cookies))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD1(withEndpointCapabilitiesBuilder, EndpointBuilderInterface &(const std::shared_ptr< avsCommon::sdkInterfaces::endpoints::EndpointCapabilitiesBuilderInterface > &))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD1(withCapabilityConfiguration, EndpointCapabilitiesRegistrarInterface &(const std::shared_ptr< avsCommon::sdkInterfaces::CapabilityConfigurationInterface > &configurationInterface))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD2(withCapability, EndpointCapabilitiesRegistrarInterface &(const avs::CapabilityConfiguration &configuration, std::shared_ptr< DirectiveHandlerInterface > directiveHandler))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD2(withCapability, EndpointCapabilitiesRegistrarInterface &(const std::shared_ptr< avsCommon::sdkInterfaces::CapabilityConfigurationInterface > &configurationInterface, std::shared_ptr< DirectiveHandlerInterface > directiveHandler))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD3(withPowerController, EndpointBuilderInterface &(std::shared_ptr< avsCommon::sdkInterfaces::powerController::PowerControllerInterface > powerController, bool isProactivelyReported, bool isRetrievable))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD6(withAdditionalAttributes, EndpointBuilderInterface &(const std::string &manufacturer, const std::string &model, const std::string &serialNumber, const std::string &firmwareVersion, const std::string &softwareVersion, const std::string &customIdentifier))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD6(withToggleController, EndpointBuilderInterface &(std::shared_ptr< avsCommon::sdkInterfaces::toggleController::ToggleControllerInterface > toggleController, const std::string &instance, const avsCommon::sdkInterfaces::toggleController::ToggleControllerAttributes &toggleControllerAttributes, bool isProactivelyReported, bool isRetrievable, bool isNonControllable))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD6(withModeController, EndpointBuilderInterface &(std::shared_ptr< avsCommon::sdkInterfaces::modeController::ModeControllerInterface > modeController, const std::string &instance, const avsCommon::sdkInterfaces::modeController::ModeControllerAttributes &modeControllerAttributes, bool isProactivelyReported, bool isRetrievable, bool isNonControllable))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
MOCK_METHOD6(withRangeController, EndpointBuilderInterface &(std::shared_ptr< avsCommon::sdkInterfaces::rangeController::RangeControllerInterface > rangeController, const std::string &instance, const avsCommon::sdkInterfaces::rangeController::RangeControllerAttributes &rangeControllerAttributes, bool isProactivelyReported, bool isRetrievable, bool isNonControllable))alexaClientSDK::avsCommon::sdkInterfaces::endpoints::test::MockEndpointBuilder
withAdditionalAttributes(const std::string &manufacturer, const std::string &model, const std::string &serialNumber, const std::string &firmwareVersion, const std::string &softwareVersion, const std::string &customIdentifier)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withCapability(const avs::CapabilityConfiguration &configuration, std::shared_ptr< DirectiveHandlerInterface > directiveHandler)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointCapabilitiesRegistrarInterfacepure virtual
withCapability(const std::shared_ptr< avsCommon::sdkInterfaces::CapabilityConfigurationInterface > &configurationInterface, std::shared_ptr< DirectiveHandlerInterface > directiveHandler)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointCapabilitiesRegistrarInterfacepure virtual
withCapabilityConfiguration(const std::shared_ptr< avsCommon::sdkInterfaces::CapabilityConfigurationInterface > &configurationInterface)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointCapabilitiesRegistrarInterfacepure virtual
withConnections(const std::vector< std::map< std::string, std::string >> &connections)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withCookies(const std::map< std::string, std::string > &cookies)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withDerivedEndpointId(const std::string &suffix)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withDescription(const std::string &description)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withDeviceRegistration()=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withDisplayCategory(const std::vector< std::string > &displayCategories)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withEndpointCapabilitiesBuilder(const std::shared_ptr< avsCommon::sdkInterfaces::endpoints::EndpointCapabilitiesBuilderInterface > &endpointCapabilitiesBuilder)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withEndpointId(const EndpointIdentifier &endpointId)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withFriendlyName(const std::string &friendlyName)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withManufacturerName(const std::string &manufacturerName)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withModeController(std::shared_ptr< avsCommon::sdkInterfaces::modeController::ModeControllerInterface > modeController, const std::string &instance, const avsCommon::sdkInterfaces::modeController::ModeControllerAttributes &modeControllerAttributes, bool isProactivelyReported, bool isRetrievable, bool isNonControllable=false)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withPowerController(std::shared_ptr< avsCommon::sdkInterfaces::powerController::PowerControllerInterface > powerController, bool isProactivelyReported, bool isRetrievable)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withRangeController(std::shared_ptr< avsCommon::sdkInterfaces::rangeController::RangeControllerInterface > rangeController, const std::string &instance, const avsCommon::sdkInterfaces::rangeController::RangeControllerAttributes &rangeControllerAttributes, bool isProactivelyReported, bool isRetrievable, bool isNonControllable=false)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
withToggleController(std::shared_ptr< avsCommon::sdkInterfaces::toggleController::ToggleControllerInterface > toggleController, const std::string &instance, const avsCommon::sdkInterfaces::toggleController::ToggleControllerAttributes &toggleControllerAttributes, bool isProactivelyReported, bool isRetrievable, bool isNonControllable=false)=0alexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacepure virtual
~EndpointBuilderInterface()=defaultalexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointBuilderInterfacevirtual
~EndpointCapabilitiesRegistrarInterface()=defaultalexaClientSDK::avsCommon::sdkInterfaces::endpoints::EndpointCapabilitiesRegistrarInterfacevirtual

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