<?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: My Unit Testing Idea : Facilitating Multiple Assertions</title>
	<atom:link href="http://averyblog.com/net/my-unit-testing-idea-facilitating-multiple-assertions/feed/" rel="self" type="application/rss+xml" />
	<link>http://averyblog.com/net/my-unit-testing-idea-facilitating-multiple-assertions/</link>
	<description>This is not the greatest tagline in the world... this is just a tribute.</description>
	<lastBuildDate>Mon, 11 Jan 2010 16:36:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: One Assert vs. Multiple Asserts &#171; Clackwell’s Weblog</title>
		<link>http://averyblog.com/net/my-unit-testing-idea-facilitating-multiple-assertions/comment-page-1/#comment-2018</link>
		<dc:creator>One Assert vs. Multiple Asserts &#171; Clackwell’s Weblog</dc:creator>
		<pubDate>Wed, 29 Oct 2008 03:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=579#comment-2018</guid>
		<description>&lt;strong&gt;RE: My Unit Testing Idea : Facilitating Multiple Assertions&lt;/strong&gt;

&lt;p&gt;Pingback from One Assert vs. Multiple Asserts &#171; Clackwell’s Weblog&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>RE: My Unit Testing Idea : Facilitating Multiple Assertions</strong></p>
<p>Pingback from One Assert vs. Multiple Asserts &#171; Clackwell’s Weblog</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: astopford@gmail.com</title>
		<link>http://averyblog.com/net/my-unit-testing-idea-facilitating-multiple-assertions/comment-page-1/#comment-2015</link>
		<dc:creator>astopford@gmail.com</dc:creator>
		<pubDate>Wed, 04 Oct 2006 09:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=579#comment-2015</guid>
		<description>&lt;p&gt;Hi James,&lt;br /&gt;&lt;br /&gt;Although not quite what you describe here, MbUnit can allow you to pump in a range of selected data to a single assert.&lt;br /&gt;&lt;br /&gt;http://www.mertner.com/confluence/display/MbUnit/CombinatorialTestAttribute&lt;br /&gt;&lt;br /&gt;Here you can make use of the combintional and factory fixtures to define the data used for testing across an asssert. The row testing that you have shown here before allows you to create a range of tests between values. The combintional test lets you define your test values based on the object your testing. It&#039;s not quite what your looking for but might help.&lt;br /&gt;&lt;br /&gt;Andy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>Although not quite what you describe here, MbUnit can allow you to pump in a range of selected data to a single assert.</p>
<p><a href="http://www.mertner.com/confluence/display/MbUnit/CombinatorialTestAttribute" rel="nofollow">http://www.mertner.com/confluence/display/MbUnit/CombinatorialTestAttribute</a></p>
<p>Here you can make use of the combintional and factory fixtures to define the data used for testing across an asssert. The row testing that you have shown here before allows you to create a range of tests between values. The combintional test lets you define your test values based on the object your testing. It&#8217;s not quite what your looking for but might help.</p>
<p>Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eber Irigoyen</title>
		<link>http://averyblog.com/net/my-unit-testing-idea-facilitating-multiple-assertions/comment-page-1/#comment-2016</link>
		<dc:creator>Eber Irigoyen</dc:creator>
		<pubDate>Tue, 03 Oct 2006 22:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=579#comment-2016</guid>
		<description>&lt;p&gt;it seems MBUnit is far better suited for what you want&lt;br /&gt;&lt;br /&gt;...and commenting in your blog sucks really bad in IE7&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>it seems MBUnit is far better suited for what you want</p>
<p>&#8230;and commenting in your blog sucks really bad in IE7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Broom</title>
		<link>http://averyblog.com/net/my-unit-testing-idea-facilitating-multiple-assertions/comment-page-1/#comment-2017</link>
		<dc:creator>Brian Broom</dc:creator>
		<pubDate>Mon, 02 Oct 2006 14:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=579#comment-2017</guid>
		<description>&lt;p&gt;One thing you might take a look at, is in the first test, building up the expected collection as its own List&lt;Book&gt; and then just assert the two collections are equal. This may or may not make things more readable, but would reduce the number of asserts.&lt;br /&gt;&lt;br /&gt;In general, though, I agree that it would be nice if asserts after the fail were still run.&lt;br /&gt;&lt;br /&gt;I also tend to not follow the &#039;one assert per test&#039; thing unless it really does make sense for that particular test.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>One thing you might take a look at, is in the first test, building up the expected collection as its own List&lt;Book&gt; and then just assert the two collections are equal. This may or may not make things more readable, but would reduce the number of asserts.</p>
<p>In general, though, I agree that it would be nice if asserts after the fail were still run.</p>
<p>I also tend to not follow the &#8216;one assert per test&#8217; thing unless it really does make sense for that particular test.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

