<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: UnitTest++: Reports</title>
	<atom:link href="http://www.alittlemadness.com/2007/01/10/unittest-reports/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alittlemadness.com/2007/01/10/unittest-reports/</link>
	<description>A man needs a little madness, or else he never dares cut the rope and be free. -Nikos Kazantzakis</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:04:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ed Ward</title>
		<link>http://www.alittlemadness.com/2007/01/10/unittest-reports/comment-page-1/#comment-316670</link>
		<dc:creator>Ed Ward</dc:creator>
		<pubDate>Sun, 10 Apr 2011 15:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=65#comment-316670</guid>
		<description>&quot;The default output of UnitTest++ is a simple, human-readable summary of the test results:

jsankey@shiny:~/repo/utpp$ ./utpp
utpp.cpp(9): error: Failure in MyTest: false
FAILURE: 1 out of 1 tests failed (1 failures).
Test time: 0.00 seconds&quot;

I agree with you on that. It&#039;s not too complex. I don&#039;t know as to why others don&#039;t agree to that.</description>
		<content:encoded><![CDATA[<p>&#8220;The default output of UnitTest++ is a simple, human-readable summary of the test results:</p>
<p>jsankey@shiny:~/repo/utpp$ ./utpp<br />
utpp.cpp(9): error: Failure in MyTest: false<br />
FAILURE: 1 out of 1 tests failed (1 failures).<br />
Test time: 0.00 seconds&#8221;</p>
<p>I agree with you on that. It&#8217;s not too complex. I don&#8217;t know as to why others don&#8217;t agree to that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Generic Restasis</title>
		<link>http://www.alittlemadness.com/2007/01/10/unittest-reports/comment-page-1/#comment-312811</link>
		<dc:creator>Generic Restasis</dc:creator>
		<pubDate>Fri, 01 Apr 2011 13:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=65#comment-312811</guid>
		<description>newcomer says &quot;sorry but RunAllTests() do not take 4 arguments at least in the current source version (2009)&quot;

Just wondering if you have tried to get it to work lately.</description>
		<content:encoded><![CDATA[<p>newcomer says &#8220;sorry but RunAllTests() do not take 4 arguments at least in the current source version (2009)&#8221;</p>
<p>Just wondering if you have tried to get it to work lately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newcomer</title>
		<link>http://www.alittlemadness.com/2007/01/10/unittest-reports/comment-page-1/#comment-167199</link>
		<dc:creator>newcomer</dc:creator>
		<pubDate>Sat, 02 May 2009 10:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=65#comment-167199</guid>
		<description>sorry but RunAllTests() do not take 4 arguments at least in the current source version (2009). 

this works: 

	// for a specific XML reporter ----------------------------------begin

	std::ofstream f(&quot;./tests.xml&quot;);
    UnitTest::XmlTestReporter reporter(f);
	
	UnitTest::TestRunner runner(reporter);
	
    return runner.RunTestsIf(UnitTest::Test::GetTestList(),
					NULL, UnitTest::True(),
                    0);

	// for a specific XML reporter-------------------------------end</description>
		<content:encoded><![CDATA[<p>sorry but RunAllTests() do not take 4 arguments at least in the current source version (2009). </p>
<p>this works: </p>
<p>	// for a specific XML reporter &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-begin</p>
<p>	std::ofstream f(&#8220;./tests.xml&#8221;);<br />
    UnitTest::XmlTestReporter reporter(f);</p>
<p>	UnitTest::TestRunner runner(reporter);</p>
<p>    return runner.RunTestsIf(UnitTest::Test::GetTestList(),<br />
					NULL, UnitTest::True(),<br />
                    0);</p>
<p>	// for a specific XML reporter&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chengzhi Ma</title>
		<link>http://www.alittlemadness.com/2007/01/10/unittest-reports/comment-page-1/#comment-41497</link>
		<dc:creator>Chengzhi Ma</dc:creator>
		<pubDate>Fri, 28 Sep 2007 11:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/?p=65#comment-41497</guid>
		<description>Great! I have finished the same thing  as yours on the base of it&#039;s sample.</description>
		<content:encoded><![CDATA[<p>Great! I have finished the same thing  as yours on the base of it&#8217;s sample.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

