19 #ifndef UNITY_SCOPES_TESTING_MOCK_QUERYCTRL_H
20 #define UNITY_SCOPES_TESTING_MOCK_QUERYCTRL_H
22 #include <unity/scopes/QueryCtrl.h>
24 #include <unity/scopes/testing/MockObject.h>
26 #include <gmock/gmock.h>
42 MockQueryCtrl() =
default;
44 MOCK_METHOD0(cancel,
void());
Definition: ScopeBase.h:73
Top-level namespace for all things Unity-related.
Definition: Version.h:50
QueryCtrl allows a query to be cancelled.
Definition: QueryCtrl.h:35