Issues
- 6
WITH with this causes warning: implicit capture of 'this' with recent clangs
#342 opened by SimonKagstrom - 7
Non-constexpr TIMES
#283 opened by Swassie - 15
Composed matchers
#340 opened by chghehe - 1
Mocking non-awaitable coroutines
#339 opened by chghehe - 4
Tests fail to compile: error: 'ret_count' is an unsafe buffer that does not perform bounds checks
#322 opened by yurivict - 9
Warnings with gcc's -Weffc++
#335 opened by svenihoney - 5
Compilation error with clang17 and std::expected
#338 opened by subbota-a - 12
Feature Request: Allow specifying calling convention attributes to Mock methods
#329 opened by cesenaLA - 4
[Bug] Fails to run tests with catch 3.x
#321 opened by werdahias - 3
``trompeloeil_movable_mock`` only provides move-ctor
#332 opened by DNKpp - 5
- 3
Spy some dependencies
#330 opened by jim-king-2000 - 3
unreal engine support & noreturn/std::abort
#327 opened by akhosravian - 1
can this cppcheck inline suppression be added
#326 opened by killerbot242 - 2
Expect call returning a reference
#323 opened by RusYus - 6
Setting expectations in a function fails
#311 opened by ninkibah - 2
The test executable custom_recursive_mutex doesn't print that tests have succeeded
#306 opened by yurivict - 5
CMake version required not correct
#310 opened by Zara-ber - 4
Problematic traits for ``streamer`` primary template
#313 opened by DNKpp - 3
Documentation, typo and missing bits and bobs
#314 opened by parrotrueper - 1
Wrong Expectaition message
#320 opened by Thurnheer - 5
Compile error when returning values from a tl::expected with a void expected value
#316 opened by SimonKagstrom - 1
Build for QNX tests fail due to catch2 header file
#319 opened by avrilzchen - 2
Refactoring with sequenced expectations
#318 opened by sjgriffin7 - 2
- 3
- 2
trompeloeil + doctest Fail with VS2022
#308 opened by git45016683 - 3
How to mock a function that operates on the value passed in by reference/pointer
#307 opened by lowkin18 - 5
regex matching `std::string_view`
#304 opened by dvirtz - 1
Can't seem to mock a call to a function that lives on a windows dll when that dll is loaded
#305 opened by alexapio - 0
Feature Request: Would like a built-in way to prevent expiring async mocks
#303 opened by Mskeffington - 0
Still ambigous match of wildcard _ for parameter type constructible from any T by value
#299 opened by rollbear - 2
- 3
- 2
find_package should be used to find catch
#286 opened by yurivict - 8
Conversion from wildcard to class with template constructor is ambiguous
#293 opened by TimonNoethlichs - 6
Slightly confusing error message when using .TIMES() in combination with .IN_SEQUENCE()
#296 opened by siggisv - 8
Trompeloeil should work with CMake FetchContent
#295 opened by kevinchannon - 6
Please add to README how to run tests
#287 opened by yurivict - 1
Lambads inside SIDE_EFFECT
#294 opened by eduardvoronkin - 3
Return any value
#290 opened by RusYus - 2
- 5
doctest: Trompeloeil error reporting via doctest/trompeloeil.hpp gives unhelpful output
#279 opened by SimonKagstrom - 1
Add libc++-15 to the CI matrix
#280 opened by rollbear - 3
Drop ubuntu-18.04 from the CI matrix
#281 opened by rollbear - 2
Question about expectations
#282 opened by Swassie - 1
Compile without exceptions
#277 opened by MarkusRannare - 2
catch2/trompeloeil.hpp header requires bigger Catch2 include than is actually needed
#272 opened by johnbeard - 2
How to match function call (doubt)
#276 opened by josnih21 - 6
TROMPELOEIL_IMPLEMENT_MOCK with noexcept functions
#275 opened by ytimenkov