QuISP
Loading...
Searching...
No Matches
MockBackendQubit.h
Go to the documentation of this file.
1#pragma once
2
3#include <gmock/gmock.h>
8#include "gmock/gmock-function-mocker.h"
11 public:
12 MOCK_METHOD(void, setFree, (), (override));
13};
14} // namespace quisp_test::mock_backends
Definition IQubit.h:30
Definition MockBackendQubit.h:10
MOCK_METHOD(void, setFree,(),(override))
Definition MockBackendQubit.h:9