You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unfortunately EXPECT_CALL is part of google mock. doctest doesn't provide any moching capabilities, but some mocking frameworks have been made to work with doctest - see here (and I guess google mock could be integrated).
about testing::Test - I guess that's the base class for creating fixtures - doctest supports those as well but it also provides a better way of sharing setup and teardown code called subcases.
Github issues are fine for such questions but you could also make use of our gitter channel.
Description
Does some equivalent features from google test exist here? Features like
Just trying this doctest. Very nice.
Oh by the way, do you have like a forum that I can ask? Not sure where to ask so I ask here.
The text was updated successfully, but these errors were encountered: