<?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: Mocking .NET Objects with NUnit</title>
	<atom:link href="http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/</link>
	<description>Musings of a software developer in Milwaukee, WI.</description>
	<lastBuildDate>Fri, 05 Mar 2010 11:50:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Blake</title>
		<link>http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/comment-page-1/#comment-16048</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Fri, 26 Feb 2010 15:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/#comment-16048</guid>
		<description>Hey great article.  I have been searching several posts trying to understand the concept of mock testing, and you made me understand it...   Thank very much!</description>
		<content:encoded><![CDATA[<p>Hey great article.  I have been searching several posts trying to understand the concept of mock testing, and you made me understand it&#8230;   Thank very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantha D</title>
		<link>http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/comment-page-1/#comment-16045</link>
		<dc:creator>Shantha D</dc:creator>
		<pubDate>Mon, 22 Feb 2010 05:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/#comment-16045</guid>
		<description>Hi

Thanks a lot. Very good example. And so simple to understand for the beginners. I tried execute this example. But I got stucked &quot;private DynamicMock personRepositoryMock;&quot; in this statement. Here what actualy &#039;DynamicMock&#039; stands for? Whether its a class or interface? I&#039;m getting this Error:
&quot;The type or namespace name &#039;DynamicMock&#039; could not be found (are you missing a using directive or an assembly reference?)&quot; . Please help me to resolve this problem.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks a lot. Very good example. And so simple to understand for the beginners. I tried execute this example. But I got stucked &#8220;private DynamicMock personRepositoryMock;&#8221; in this statement. Here what actualy &#8216;DynamicMock&#8217; stands for? Whether its a class or interface? I&#8217;m getting this Error:<br />
&#8220;The type or namespace name &#8216;DynamicMock&#8217; could not be found (are you missing a using directive or an assembly reference?)&#8221; . Please help me to resolve this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantha D</title>
		<link>http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/comment-page-1/#comment-16046</link>
		<dc:creator>Shantha D</dc:creator>
		<pubDate>Mon, 22 Feb 2010 05:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/#comment-16046</guid>
		<description>Hi

Thanks a lot. Very good example. And so simple to understand for the beginners. I tried execute this example. But I got stucked &quot;private DynamicMock personRepositoryMock;&quot; in this statement. Here what actualy &#039;DynamicMock&#039; stands for? Whether its a class or interface? I&#039;m getting this Error:
&quot;The type or namespace name &#039;DynamicMock&#039; could not be found (are you missing a using directive or an assembly reference?)&quot; . Please help me to resolve this problem.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks a lot. Very good example. And so simple to understand for the beginners. I tried execute this example. But I got stucked &#8220;private DynamicMock personRepositoryMock;&#8221; in this statement. Here what actualy &#8216;DynamicMock&#8217; stands for? Whether its a class or interface? I&#8217;m getting this Error:<br />
&#8220;The type or namespace name &#8216;DynamicMock&#8217; could not be found (are you missing a using directive or an assembly reference?)&#8221; . Please help me to resolve this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zak</title>
		<link>http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/comment-page-1/#comment-16033</link>
		<dc:creator>Zak</dc:creator>
		<pubDate>Thu, 07 Jan 2010 12:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/#comment-16033</guid>
		<description>Hi!
You should try Rhino Mocks. The latest version supports AAA style and the other advantage is you don&#039;t have to use string to identify methods. A big plus during auto-refactoring (using resharper etc).

Thanx</description>
		<content:encoded><![CDATA[<p>Hi!<br />
You should try Rhino Mocks. The latest version supports AAA style and the other advantage is you don&#8217;t have to use string to identify methods. A big plus during auto-refactoring (using resharper etc).</p>
<p>Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ragnar</title>
		<link>http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/comment-page-1/#comment-16031</link>
		<dc:creator>Ragnar</dc:creator>
		<pubDate>Tue, 05 Jan 2010 09:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/#comment-16031</guid>
		<description>Thanks for the post. But I can&#039;t get this to work. I constantly get the following error:
Could not load type &#039;NUnit.Framework.Constraints.IResolveConstraint&#039; from assembly &#039;nunit.framework

I have tested both NUnit 2.4.x and NUnint 2.5.x Does anyone have a clue?</description>
		<content:encoded><![CDATA[<p>Thanks for the post. But I can&#8217;t get this to work. I constantly get the following error:<br />
Could not load type &#8216;NUnit.Framework.Constraints.IResolveConstraint&#8217; from assembly &#8216;nunit.framework</p>
<p>I have tested both NUnit 2.4.x and NUnint 2.5.x Does anyone have a clue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Linge</title>
		<link>http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/comment-page-1/#comment-15544</link>
		<dc:creator>Tom Linge</dc:creator>
		<pubDate>Tue, 07 Jul 2009 03:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/#comment-15544</guid>
		<description>Nice example, although you should be calling verify() on the mock, to make sure all expected behaviour/calls were performed by the mock</description>
		<content:encoded><![CDATA[<p>Nice example, although you should be calling verify() on the mock, to make sure all expected behaviour/calls were performed by the mock</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristofer Krause</title>
		<link>http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/comment-page-1/#comment-15539</link>
		<dc:creator>Kristofer Krause</dc:creator>
		<pubDate>Mon, 29 Jun 2009 19:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/#comment-15539</guid>
		<description>Here is a &quot;concrete&quot; example of the above classes (no Spring).  Please let me know what you guys think.  Thanks.

http://www.kriskrause.com/2009/06/concrete-example-mocking-net-objects.html</description>
		<content:encoded><![CDATA[<p>Here is a &#8220;concrete&#8221; example of the above classes (no Spring).  Please let me know what you guys think.  Thanks.</p>
<p><a href="http://www.kriskrause.com/2009/06/concrete-example-mocking-net-objects.html" rel="nofollow">http://www.kriskrause.com/2009/06/concrete-example-mocking-net-objects.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-06-28 &#171; Praveen&#8217;s Blog</title>
		<link>http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/comment-page-1/#comment-15538</link>
		<dc:creator>links for 2009-06-28 &#171; Praveen&#8217;s Blog</dc:creator>
		<pubDate>Mon, 29 Jun 2009 00:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/#comment-15538</guid>
		<description>[...] Mocking .NET Objects with NUnit « Zorched / One Line Fix (tags: programming development .net unittesting nunit mocking mocks mock unittest) [...]</description>
		<content:encoded><![CDATA[<p>[...] Mocking .NET Objects with NUnit « Zorched / One Line Fix (tags: programming development .net unittesting nunit mocking mocks mock unittest) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mocking With NUnit &#171; bloggersfun</title>
		<link>http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/comment-page-1/#comment-14224</link>
		<dc:creator>Mocking With NUnit &#171; bloggersfun</dc:creator>
		<pubDate>Fri, 26 Sep 2008 03:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/#comment-14224</guid>
		<description>[...] Mocking With&#160;NUnit  If you choose Nunit for you Unit Testing and with Mock object for isolating classes from their dependencies for testing purposes.You can go through this tutorial:http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Mocking With&nbsp;NUnit  If you choose Nunit for you Unit Testing and with Mock object for isolating classes from their dependencies for testing purposes.You can go through this tutorial:http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deva</title>
		<link>http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/comment-page-1/#comment-13429</link>
		<dc:creator>Deva</dc:creator>
		<pubDate>Wed, 02 Jul 2008 11:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2007/03/10/mocking-net-objects-with-nunit/#comment-13429</guid>
		<description>Hi,
      Do you have a documentation for the NMock Example Project given</description>
		<content:encoded><![CDATA[<p>Hi,<br />
      Do you have a documentation for the NMock Example Project given</p>
]]></content:encoded>
	</item>
</channel>
</rss>
