issues Search Results · repo:mat007/turtle language:C++
Filter by
41 results
(65 ms)41 results
inmat007/turtle (press backspace or delete to remove)Supposing I have two tests that use the same mock object. In both tests there is a call that causes the call of both
methods of the mock. The point is that I want to verify just one mock method for each ...
gambr
- 5
- Opened 25 days ago
- #126
It s been a while, and i see there are lots of things merged.
Just wondering what the stability of the current main branch is and if a release is suitable?
jonesmz
- 6
- Opened on Sep 26, 2024
- #121
Hi, in my test a setValue(string name, double value) method is called several times and I would like to verify it is
called exactly once with specific parameters.
MOCK_EXPECT(serviceMock- setValue).exactly(1).with([](const ...
gambr
- 11
- Opened on Jan 17, 2024
- #120
Mocking methods / functions that take C-style string (i.e. char*) arguments can lead to null dereferences, in some cases
where nullptr is expected and / or actually passed.
When a mock method / function ...
AlexSmithEtas
- Opened on Jan 2, 2023
- #115
We recently upgraded to boost 1.80.0 in combination with the latest turtle library.
In the compilation of our project we are getting te following warnings with turtle
/opt/boost_1_80_0/include/boost/bind.hpp:41:1: ...
simenon
- 2
- Opened on Dec 7, 2022
- #114
I don t know if this counts as a turtle issue, but I want to add turtle to my project using cmake s FetchContent. It
downloads ok, but using the suggested technique did not lead to a functional install ...
dohashi
- 2
- Opened on Apr 22, 2022
- #113
I recently introduced MOCK_PROTECT_FUNCTION_SIG serving the same purpose but with a much clearer name. Oh and the
benefit of avoiding an extra level of braces:
MOCK_METHOD(method, 0, MOCK_PROTECT_FUNCTION_SIG(std::map ...
Flamefire
- 2
- Opened on Jan 25, 2022
- #109
Is it safe to rely on a global mutable state (that will change results of constraint invocation during test) in
constraints? For example:
BOOST_AUTO_TEST_CASE( event_is_generated_every_5_seconds )
{
...
Wenir
- 1
- Opened on Jan 20, 2022
- #106
D:/builds/turtle/include\turtle/detail/expectation_template.hpp:158:9: warning: definition of implicit copy constructor
for expectation TYPE_T () is deprecated because it has a user-declared destructor ...
jonesmz
- Opened on Aug 16, 2021
- #101

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.