We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21aa9e0 commit cd5ebf7Copy full SHA for cd5ebf7
polymorphism/test/src/test_consume.cpp
@@ -47,7 +47,9 @@ int main()
47
};
48
49
"[modern mock]"_test = [] {
50
- static constexpr auto EXPECTED_COOLFEATURE_CALLS = 2; // Called once for initial value and once for modification
+ static constexpr auto EXPECTED_COOLFEATURE_CALLS = 2; // coolFeature() is called:
51
+ // 1. During initial value check (line 54)
52
+ // 2. During side effect verification (line 68)
53
given("I have a an mock that adheres to a concept") = [] {
54
mocking::Mock impl;
55
0 commit comments