15 #ifndef ACSDK_APLCAPABILITYCOMMONINTERFACES_MOCKAPLRUNTIME_H_ 16 #define ACSDK_APLCAPABILITYCOMMONINTERFACES_MOCKAPLRUNTIME_H_ 23 namespace aplCapabilityCommonInterfaces {
38 std::shared_ptr<APLDocumentObserverInterface> observer));
46 #endif // ACSDK_APLCAPABILITYCOMMONINTERFACES_MOCKAPLRUNTIME_H_ Definition: PresentationSession.h:40
Definition: MockAPLRuntime.h:29
Definition: APLRuntimeInterface.h:51
virtual void renderDocument(const std::string &document, const std::string &data, const PresentationSession &presentationSession, const PresentationOptions &presentationOptions, std::shared_ptr< APLDocumentObserverInterface > observer)=0
virtual std::string getMaxAPLVersion() const =0
Definition: AmdMetricWrapperTest.cpp:24
::std::string string
Definition: gtest-port.h:1097
Definition: PresentationOptions.h:30
MOCK_CONST_METHOD0(getMaxAPLVersion, std::string())
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
MOCK_METHOD5(renderDocument, void(const std::string &document, const std::string &data, const PresentationSession &presentationSession, const PresentationOptions &presentationOptions, std::shared_ptr< APLDocumentObserverInterface > observer))