1. Home
  2. Browse
  3. fakeit

fakeit

v2.4.1#0Latest

FakeIt is a simple mocking framework for C++. It supports GCC, Clang and MS Visual C++.

Install

Run the following Vcpkg command to install the port.

Usage

FakeIt provides CMake targets:

# Usage for specific framework tests (e.g. boost, catch, gtest, etc.)

find_package(FakeIt CONFIG REQUIRED)

target_link_libraries(main PRIVATE FakeIt::FakeIt-<framework>)

Dependencies

See source

Version

v2.4.1#0

Publication

Supports

All

GitHub

eranpeer/FakeIt1.2K

Homepage

github.com/eranpeer/FakeIt

Subtree

3b38ef0dcb

License

MIT

Definition

Manifest