I have some tests which I know don't pass, but:
1 - I can't fix them right now 2 - I don't want to just remove the test, I want the test to fail, but the test suite to continue running
In other test packages there is some sort of "xfail" capability. How do I do this in cppunit?
Log in to post a comment.
I have some tests which I know don't pass, but:
1 - I can't fix them right now
2 - I don't want to just remove the test, I want the test to fail, but the test suite to continue running
In other test packages there is some sort of "xfail" capability. How do I do this in cppunit?