mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 08:25:59 +01:00
Introduce a test that uses a capturing lambda as a custom_fake. Signed-off-by: Yuval Peress <peress@google.com>
11 lines
158 B
C++
11 lines
158 B
C++
/* Copyright 2022 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <functional>
|
|
|
|
#include "custom_function.hpp"
|
|
|
|
#include <fff.h> |