<?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: Stubs in Moq</title>
	<atom:link href="http://theagileworkshop.wordpress.com/2009/03/24/stubs-in-moq/feed/" rel="self" type="application/rss+xml" />
	<link>http://theagileworkshop.wordpress.com/2009/03/24/stubs-in-moq/</link>
	<description>software development and agile mentoring</description>
	<lastBuildDate>Thu, 22 Sep 2011 12:11:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Tim Long</title>
		<link>http://theagileworkshop.wordpress.com/2009/03/24/stubs-in-moq/#comment-327</link>
		<dc:creator><![CDATA[Tim Long]]></dc:creator>
		<pubDate>Thu, 22 Sep 2011 12:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://theagileworkshop.wordpress.com/2009/03/24/stubs-in-moq/#comment-327</guid>
		<description><![CDATA[There&#039;s no need to use teh Stub namespace. The same result is achieved with:

// start &quot;tracking&quot; sets/gets to this property
mock.SetupProperty(f =&gt; f.Name); 

// alternatively, provide a default value for the stubbed property mock.SetupProperty(f =&gt; f.Name, &quot;foo&quot;);]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s no need to use teh Stub namespace. The same result is achieved with:</p>
<p>// start &#8220;tracking&#8221; sets/gets to this property<br />
mock.SetupProperty(f =&gt; f.Name); </p>
<p>// alternatively, provide a default value for the stubbed property mock.SetupProperty(f =&gt; f.Name, &#8220;foo&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://theagileworkshop.wordpress.com/2009/03/24/stubs-in-moq/#comment-301</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Mon, 28 Mar 2011 07:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://theagileworkshop.wordpress.com/2009/03/24/stubs-in-moq/#comment-301</guid>
		<description><![CDATA[I think the assertion against the mock object was merely for the purposes of demonstration of the functionality written about in the article]]></description>
		<content:encoded><![CDATA[<p>I think the assertion against the mock object was merely for the purposes of demonstration of the functionality written about in the article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stonie</title>
		<link>http://theagileworkshop.wordpress.com/2009/03/24/stubs-in-moq/#comment-216</link>
		<dc:creator><![CDATA[Stonie]]></dc:creator>
		<pubDate>Fri, 26 Nov 2010 06:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://theagileworkshop.wordpress.com/2009/03/24/stubs-in-moq/#comment-216</guid>
		<description><![CDATA[Why are you asserting against the mock? I can’t see where you are testing anything concrete? (the SUT) isn’t the point of the mock is that you use it to test against some real code?

Maybe that is your intent? But it might be clearer if you include the SUT in your example?

Regards,
Stonie.]]></description>
		<content:encoded><![CDATA[<p>Why are you asserting against the mock? I can’t see where you are testing anything concrete? (the SUT) isn’t the point of the mock is that you use it to test against some real code?</p>
<p>Maybe that is your intent? But it might be clearer if you include the SUT in your example?</p>
<p>Regards,<br />
Stonie.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

