19 #ifndef UNITY_SCOPES_TESTING_MOCK_PREVIEW_REPLY_H
20 #define UNITY_SCOPES_TESTING_MOCK_PREVIEW_REPLY_H
22 #include <unity/scopes/PreviewReply.h>
24 #include <gmock/gmock.h>
40 MockPreviewReply() =
default;
43 MOCK_METHOD0(finished,
void());
44 MOCK_METHOD1(error,
void(std::exception_ptr));
49 MOCK_METHOD2(push,
bool(std::string
const&, Variant
const&));
std::list< ColumnLayout > ColumnLayoutList
List of column layouts (see unity::scopes::ColumnLayout)
Definition: ColumnLayout.h:112
Allows the results of a preview to be sent to the preview requester.
Definition: PreviewReply.h:37
std::list< PreviewWidget > PreviewWidgetList
List of preview widgets (see unity::scopes::PreviewWidget)
Definition: PreviewWidget.h:140