<?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: Gaps I found while dog-fooding Typemock Isolator</title>
	<atom:link href="http://www.elilopian.com/2009/08/17/gaps-i-found-while-dog-fooding-typemock-isolator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elilopian.com/2009/08/17/gaps-i-found-while-dog-fooding-typemock-isolator/</link>
	<description>Creating better software</description>
	<lastBuildDate>Mon, 02 Jan 2012 09:09:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eli Lopian</title>
		<link>http://www.elilopian.com/2009/08/17/gaps-i-found-while-dog-fooding-typemock-isolator/comment-page-1/#comment-42700</link>
		<dc:creator>Eli Lopian</dc:creator>
		<pubDate>Tue, 18 Aug 2009 07:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.elilopian.com/2009/08/17/gaps-i-found-while-dog-fooding-typemock-isolator/#comment-42700</guid>
		<description>Thanks @Soon, I actually did that, but it makes my code complicated. 
I also made the mistake of Asserting within the DoInstead which defies the Arrange-Act-Assert Pattern, and in my case hide the failure as the method was called within another thread, 
This does not align with our vision to make unit testing accessible to all</description>
		<content:encoded><![CDATA[<p>Thanks @Soon, I actually did that, but it makes my code complicated.<br />
I also made the mistake of Asserting within the DoInstead which defies the Arrange-Act-Assert Pattern, and in my case hide the failure as the method was called within another thread,<br />
This does not align with our vision to make unit testing accessible to all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ngu Soon Hui</title>
		<link>http://www.elilopian.com/2009/08/17/gaps-i-found-while-dog-fooding-typemock-isolator/comment-page-1/#comment-42687</link>
		<dc:creator>Ngu Soon Hui</dc:creator>
		<pubDate>Tue, 18 Aug 2009 01:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.elilopian.com/2009/08/17/gaps-i-found-while-dog-fooding-typemock-isolator/#comment-42687</guid>
		<description>&lt;i&gt;Custom Argument Verification&lt;/i&gt;

Eli, you can do partial verification in AAA by &lt;a href=&quot;http://itscommonsensestupid.blogspot.com/2009/07/use-doinstead-for-parameter.html&quot; rel=&quot;nofollow&quot;&gt;using the DoInstead method.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><i>Custom Argument Verification</i></p>
<p>Eli, you can do partial verification in AAA by <a href="http://itscommonsensestupid.blogspot.com/2009/07/use-doinstead-for-parameter.html" rel="nofollow">using the DoInstead method.</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

