My code is throwing an exception in one of my CppUnit tests. That is not the problem, that test is supposed to cause an exception, but the message CppUnit displays is:
###Failure Location unknown### : Error
Test name: GraphTest::testConstructor0
uncaught exception of unknown type
What can I do to make that error message more informative?
Malcolm
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My code is throwing an exception in one of my CppUnit tests. That is not the problem, that test is supposed to cause an exception, but the message CppUnit displays is:
###Failure Location unknown### : Error
Test name: GraphTest::testConstructor0
uncaught exception of unknown type
What can I do to make that error message more informative?
Malcolm