<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: NUnit &#8211; ExpectedException Attribute and a different approach</title>
	<atom:link href="http://techsoda.wordpress.com/2007/11/17/nunit-expectedexception-attribute-and-a-different-approach/feed/" rel="self" type="application/rss+xml" />
	<link>http://techsoda.wordpress.com/2007/11/17/nunit-expectedexception-attribute-and-a-different-approach/</link>
	<description>Find the Grain in your own wood.</description>
	<lastBuildDate>Sat, 26 Sep 2009 22:25:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Essam Salah</title>
		<link>http://techsoda.wordpress.com/2007/11/17/nunit-expectedexception-attribute-and-a-different-approach/#comment-413</link>
		<dc:creator>Essam Salah</dc:creator>
		<pubDate>Fri, 24 Apr 2009 05:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://techsoda.wordpress.com/2007/11/17/nunit-expectedexception-attribute-and-a-different-approach/#comment-413</guid>
		<description>Check for how NUnit 2.5 offers another approach : http://nunit.com/blogs/?p=63</description>
		<content:encoded><![CDATA[<p>Check for how NUnit 2.5 offers another approach : <a href="http://nunit.com/blogs/?p=63" rel="nofollow">http://nunit.com/blogs/?p=63</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre-Alain Galtier</title>
		<link>http://techsoda.wordpress.com/2007/11/17/nunit-expectedexception-attribute-and-a-different-approach/#comment-109</link>
		<dc:creator>Pierre-Alain Galtier</dc:creator>
		<pubDate>Fri, 27 Jun 2008 11:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://techsoda.wordpress.com/2007/11/17/nunit-expectedexception-attribute-and-a-different-approach/#comment-109</guid>
		<description>Good way but you cannot use it when the expected exception is a generic exception (because Assert.Fail() will also raise this kind of exception)

-:: PAG ::-</description>
		<content:encoded><![CDATA[<p>Good way but you cannot use it when the expected exception is a generic exception (because Assert.Fail() will also raise this kind of exception)</p>
<p>-:: PAG ::-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://techsoda.wordpress.com/2007/11/17/nunit-expectedexception-attribute-and-a-different-approach/#comment-63</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Thu, 06 Mar 2008 00:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://techsoda.wordpress.com/2007/11/17/nunit-expectedexception-attribute-and-a-different-approach/#comment-63</guid>
		<description>Actually, I just realize I can&#039;t get away with grouping them into one method. So I still have to create a test method for each argument. However, I can still use your idea to test the exception data. 

Thanks!</description>
		<content:encoded><![CDATA[<p>Actually, I just realize I can&#8217;t get away with grouping them into one method. So I still have to create a test method for each argument. However, I can still use your idea to test the exception data. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://techsoda.wordpress.com/2007/11/17/nunit-expectedexception-attribute-and-a-different-approach/#comment-62</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Thu, 06 Mar 2008 00:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://techsoda.wordpress.com/2007/11/17/nunit-expectedexception-attribute-and-a-different-approach/#comment-62</guid>
		<description>I stumbled upon your post searching for an alternative to ExpectedException attribute.

This is a great way to test out Exception, especially in my case. My method takes in multiple arguments where each of them has its own check that throws different exception. Using ExpectedException attribute forces me to create a method for each of the argument. With your method, I can group all the try catch blocks into one method. 

Thanks for the idea!</description>
		<content:encoded><![CDATA[<p>I stumbled upon your post searching for an alternative to ExpectedException attribute.</p>
<p>This is a great way to test out Exception, especially in my case. My method takes in multiple arguments where each of them has its own check that throws different exception. Using ExpectedException attribute forces me to create a method for each of the argument. With your method, I can group all the try catch blocks into one method. </p>
<p>Thanks for the idea!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
