I\'m testing my code with gtest. In my code I\'m using std::thread and I need to test the situation of exception.
How can I mock std functions?
I can\'t separa