1
vote
6answers
210 views
How-to do unit-testing of methods involving file input output?
Hello,
I'm using C++Test from Parasoft for unit testing C++ code.
I came across the following problem. I have a function similar to the next one (pseudocode):
bool LoadFileToMem( …
