16 #ifndef ALEXA_CLIENT_SDK_CAPTIONS_IMPLEMENTATION_TEST_MOCKCAPTIONPRESENTER_H_ 17 #define ALEXA_CLIENT_SDK_CAPTIONS_IMPLEMENTATION_TEST_MOCKCAPTIONPRESENTER_H_ 47 #endif // ALEXA_CLIENT_SDK_CAPTIONS_IMPLEMENTATION_TEST_MOCKCAPTIONPRESENTER_H_ virtual std::pair< bool, int > getWrapIndex(const captions::CaptionLine &captionLine)=0
Definition: gmock-actions.h:53
Definition: AmdMetricWrapperTest.cpp:24
MOCK_METHOD1(getWrapIndex, std::pair< bool, int >(const CaptionLine &))
Definition: MockCaptionPresenter.h:34
MOCK_METHOD2(onCaptionActivity, void(const CaptionFrame &, avsCommon::avs::FocusState))
virtual void onCaptionActivity(const captions::CaptionFrame &captionFrame, avsCommon::avs::FocusState activityType)=0
Definition: CaptionFrame.h:33
FocusState
Definition: FocusState.h:29
Definition: CaptionLine.h:30
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: CaptionPresenterInterface.h:33