16 #ifndef ACSDK_PROPERTIESINTERFACES_TEST_MOCKPROPERTIESFACTORY_H_ 17 #define ACSDK_PROPERTIESINTERFACES_TEST_MOCKPROPERTIESFACTORY_H_ 25 namespace propertiesInterfaces {
44 #endif // ACSDK_PROPERTIESINTERFACES_TEST_MOCKPROPERTIESFACTORY_H_ MOCK_NOEXCEPT_METHOD1(getProperties, std::shared_ptr< PropertiesInterface >(const std::string &))
virtual std::shared_ptr< PropertiesInterface > getProperties(const std::string &uri) noexcept=0
Create properties interface for a given component and namespace.
Definition: AmdMetricWrapperTest.cpp:24
::std::string string
Definition: gtest-port.h:1097
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Factory interface to component properties.
Definition: PropertiesFactoryInterface.h:41
Mock class for PropertiesFactoryInterface.
Definition: MockPropertiesFactory.h:32