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());
QueryCtrl allows a query to be cancelled.
Definition: QueryCtrl.h:35