16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_TEST_AVSCOMMON_UTILS_NETWORK_MOCKINTERNETCONNECTIONMONITOR_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_TEST_AVSCOMMON_UTILS_NETWORK_MOCKINTERNETCONNECTIONMONITOR_H_ 31 void(std::shared_ptr<avsCommon::sdkInterfaces::InternetConnectionObserverInterface> observer));
34 void(std::shared_ptr<avsCommon::sdkInterfaces::InternetConnectionObserverInterface> observer));
43 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_TEST_AVSCOMMON_UTILS_NETWORK_MOCKINTERNETCONNECTIONMONITOR_H_ MOCK_METHOD1(addInternetConnectionObserver, void(std::shared_ptr< avsCommon::sdkInterfaces::InternetConnectionObserverInterface > observer))
Definition: AmdMetricWrapperTest.cpp:24
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: MockInternetConnectionMonitor.h:27
virtual void removeInternetConnectionObserver(std::shared_ptr< InternetConnectionObserverInterface > observer)=0
virtual void addInternetConnectionObserver(std::shared_ptr< InternetConnectionObserverInterface > observer)=0
Definition: InternetConnectionMonitorInterface.h:30