<?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: Coding Dojo #16: Reading SUnit code</title>
	<atom:link href="http://www.markhneedham.com/blog/2009/05/29/coding-dojo-16-reading-sunit-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2009/05/29/coding-dojo-16-reading-sunit-code/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Sat, 31 Jul 2010 12:46:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/05/29/coding-dojo-16-reading-sunit-code/comment-page-1/#comment-17864</link>
		<dc:creator>Mark Needham</dc:creator>
		<pubDate>Sat, 30 May 2009 01:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1262#comment-17864</guid>
		<description>I think I follow the explanation of how it would work in Smalltalk although I&#039;ve forgotten exactly how it would read if we did a C# comparison. 

Which call would the FailureException be catching an exception of?</description>
		<content:encoded><![CDATA[<p>I think I follow the explanation of how it would work in Smalltalk although I've forgotten exactly how it would read if we did a C# comparison. </p>
<p>Which call would the FailureException be catching an exception of?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DCam</title>
		<link>http://www.markhneedham.com/blog/2009/05/29/coding-dojo-16-reading-sunit-code/comment-page-1/#comment-17832</link>
		<dc:creator>DCam</dc:creator>
		<pubDate>Fri, 29 May 2009 09:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1262#comment-17832</guid>
		<description>The FailureException catch block is actually nested inside the ErrorException catch block. It&#039;s because of the &quot;]]&quot; on the first sunitExitWith: false line.

From a SmallTalk point of view, the first sunitOn: message is sent to the [aTestCase runCase. true] block, and the second sunitOn: message is sent to the block which includes the first sunitOn: call. I wish VisualWorks would have laid it out to make that obvious, but I don&#039;t think it paid attention to the []s. 

I am making any sense?</description>
		<content:encoded><![CDATA[<p>The FailureException catch block is actually nested inside the ErrorException catch block. It's because of the "]]" on the first sunitExitWith: false line.</p>
<p>From a SmallTalk point of view, the first sunitOn: message is sent to the [aTestCase runCase. true] block, and the second sunitOn: message is sent to the block which includes the first sunitOn: call. I wish VisualWorks would have laid it out to make that obvious, but I don't think it paid attention to the []s. </p>
<p>I am making any sense?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
