<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 62: CPPUNIT_ASSERT change to report line number of exception</title><link href="https://sourceforge.net/p/cppunit/patches/62/" rel="alternate"/><link href="https://sourceforge.net/p/cppunit/patches/62/feed.atom" rel="self"/><id>https://sourceforge.net/p/cppunit/patches/62/</id><updated>2009-07-03T02:39:18Z</updated><subtitle>Recent changes to 62: CPPUNIT_ASSERT change to report line number of exception</subtitle><entry><title>CPPUNIT_ASSERT change to report line number of exception</title><link href="https://sourceforge.net/p/cppunit/patches/62/" rel="alternate"/><published>2009-07-03T02:39:18Z</published><updated>2009-07-03T02:39:18Z</updated><author><name>Duncan Fletcher</name><uri>https://sourceforge.net/u/fletched/</uri></author><id>https://sourceforge.net8c2b9da75ac2588306feb070a7db8dadde41ad81</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;With the current implementation of CPPUNIT_ASSERT, if the expression throws an exception then the line number of the assertion is lost.  Means you have to break out the debugger and step through to work out which unit test line is throwing the exception.  CPPUNIT_ASSERT_NO_THROW doesn't quite cut it because although it'll catch the exception and report it nicely, it doesn't care whether the expression itself is true or false.&lt;br /&gt;
This patch changes CPPUNIT_ASSERT (in CPPUNIT_HAVE_CPP_SOURCE_ANNOTATION mode at least) to test the expression as normal, but also to catch any exceptions that are thrown and report those nicely too.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>