Hi ,
In Primer Documentation , it is mentioned
"When a test fails, Google C++ Testing Framework allows you to run it in isolation for quick debugging."
Have a doubt regarding this.
Scenario goes on like :
I have a Test which contain 10 Test Cases.
Now , out of these 10 only 8 passed.
I want to run those 2 failed test cases again.
Running those test cases can be done at the same time after it failed ( Best option for my requirement) {In this case the execution of remaining test cases must go on}
Running those test cases at the end of Test (Good option)
Please help me on how to achieve this.
This needs to be done so as to ensure that it is a consistent failure or just a hit-miss case.
Thanks
Kaustubh