Zachary Shade
Zachary Shade
Absolutely I can, is there any chance you can give me an email to send the sample code to? I'm having difficulty uploading it to github at the moment
The documentation helps, however the compiler is still giving me a hard time. I'm mocking a class that takes two classes as parameters I am using the MOCK_CONSTRUCTOR macro to...
That code really helped me out and I can't believe I didn't see that in my first pass through of the documentation. Is there a way to mock a class...
That's helped tremendously. last question i have for you is what exactly constitutes an identifier? when i run the boost test where I am testing my mock class, it keeps...
MOCK_CONSTRUCTOR(MockClassName, 2, BaseClass(ClassParam1&, ClassParam2*), MockClassName); I was able to get mock constructor working by adding the class name to the third parameter (something i forgot to do before). The following...
I meant more along the lines of hiding them all together, at least in the scenario of executing a thread where we don't know when the thread will exit (it...