<?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: How to use Rhino Mocks - documented through tests</title>
	<atom:link href="http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/</link>
	<description></description>
	<pubDate>Fri, 18 May 2012 01:22:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Coxeter</title>
		<link>http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/comment-page-1/#comment-6105</link>
		<dc:creator>Michael Coxeter</dc:creator>
		<pubDate>Sun, 15 Apr 2012 10:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=515#comment-6105</guid>
		<description>Thank you, I found them very useful</description>
		<content:encoded><![CDATA[<p>Thank you, I found them very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Object</title>
		<link>http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/comment-page-1/#comment-6085</link>
		<dc:creator>Object</dc:creator>
		<pubDate>Thu, 05 Apr 2012 18:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=515#comment-6085</guid>
		<description>Jon, thanks, great article!</description>
		<content:encoded><![CDATA[<p>Jon, thanks, great article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Introduction to Rhino Mocks &#124; SoftArtisans, Blogged Introduction to Rhino Mocks &#124; The Cathedral and the Bizarre</title>
		<link>http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/comment-page-1/#comment-5583</link>
		<dc:creator>Introduction to Rhino Mocks &#124; SoftArtisans, Blogged Introduction to Rhino Mocks &#124; The Cathedral and the Bizarre</dc:creator>
		<pubDate>Tue, 13 Dec 2011 20:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=515#comment-5583</guid>
		<description>[...] The documentation for RhinoMocks is a little bit cryptic, but covers a lot. They also have a pretty good Quick Reference PDF. http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/ [...]</description>
		<content:encoded><![CDATA[<p>[...] The documentation for RhinoMocks is a little bit cryptic, but covers a lot. They also have a pretty good Quick Reference PDF. <a href="http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/" rel="nofollow">http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confluence: Development</title>
		<link>http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/comment-page-1/#comment-5481</link>
		<dc:creator>Confluence: Development</dc:creator>
		<pubDate>Wed, 29 Jun 2011 12:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=515#comment-5481</guid>
		<description>&lt;strong&gt;Useful Links...&lt;/strong&gt;

Up to date rhino Mocks guide...</description>
		<content:encoded><![CDATA[<p><strong>Useful Links&#8230;</strong></p>
<p>Up to date rhino Mocks guide&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Kruger</title>
		<link>http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/comment-page-1/#comment-5347</link>
		<dc:creator>Jon Kruger</dc:creator>
		<pubDate>Fri, 26 Nov 2010 11:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=515#comment-5347</guid>
		<description>@Rich,

The Should library doesn't replace anything in Rhino.Mocks, it replaces NUnit assertions like Assert.IsTrue.  I'm using all of the actual Rhino.Mocks methods in the examples.

(And no, I didn't write the Should library)</description>
		<content:encoded><![CDATA[<p>@Rich,</p>
<p>The Should library doesn&#8217;t replace anything in Rhino.Mocks, it replaces NUnit assertions like Assert.IsTrue.  I&#8217;m using all of the actual Rhino.Mocks methods in the examples.</p>
<p>(And no, I didn&#8217;t write the Should library)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/comment-page-1/#comment-5346</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Fri, 26 Nov 2010 09:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=515#comment-5346</guid>
		<description>Excellent guide which really helps a newbie get started using RhinoMocks. One question though, the Should.dll, are these extenstion methods that you have written? Only I would have thought it would be better to have your examples use standard Rhino Mocks syntax.</description>
		<content:encoded><![CDATA[<p>Excellent guide which really helps a newbie get started using RhinoMocks. One question though, the Should.dll, are these extenstion methods that you have written? Only I would have thought it would be better to have your examples use standard Rhino Mocks syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clima</title>
		<link>http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/comment-page-1/#comment-5080</link>
		<dc:creator>clima</dc:creator>
		<pubDate>Fri, 20 Aug 2010 21:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=515#comment-5080</guid>
		<description>Thanks for the example. Finally something I can use as a guide.</description>
		<content:encoded><![CDATA[<p>Thanks for the example. Finally something I can use as a guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bharath</title>
		<link>http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/comment-page-1/#comment-5079</link>
		<dc:creator>Bharath</dc:creator>
		<pubDate>Fri, 20 Aug 2010 07:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=515#comment-5079</guid>
		<description>Good one and well written sample code for Rhino Mocks.</description>
		<content:encoded><![CDATA[<p>Good one and well written sample code for Rhino Mocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharon Cichelli</title>
		<link>http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/comment-page-1/#comment-4891</link>
		<dc:creator>Sharon Cichelli</dc:creator>
		<pubDate>Fri, 19 Mar 2010 12:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=515#comment-4891</guid>
		<description>This is a great resource (and a cool way to present it); I've been sharing it with my co-workers. It contains a false-positive test, though--the stub.VerifyAllExpectations test isn't verifying. I had been thinking of blogging about that particular gotcha, so this was the perfect example to use in my explanation. 
http://www.lostechies.com/blogs/sharoncichelli/archive/2010/03/18/rhino-mocks-examples-with-a-fix.aspx

Thanks for creating this blog post/test fixture. (Also, NBehave is cool; I hadn't seen it in action before. It makes your tests especially readable. Nice.)</description>
		<content:encoded><![CDATA[<p>This is a great resource (and a cool way to present it); I&#8217;ve been sharing it with my co-workers. It contains a false-positive test, though&#8211;the stub.VerifyAllExpectations test isn&#8217;t verifying. I had been thinking of blogging about that particular gotcha, so this was the perfect example to use in my explanation.<br />
<a href="http://www.lostechies.com/blogs/sharoncichelli/archive/2010/03/18/rhino-mocks-examples-with-a-fix.aspx" rel="nofollow">http://www.lostechies.com/blogs/sharoncichelli/archive/2010/03/18/rhino-mocks-examples-with-a-fix.aspx</a></p>
<p>Thanks for creating this blog post/test fixture. (Also, NBehave is cool; I hadn&#8217;t seen it in action before. It makes your tests especially readable. Nice.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetKicks.com</title>
		<link>http://jonkruger.com/blog/2010/03/12/how-to-use-rhino-mocks-documented-through-tests/comment-page-1/#comment-4884</link>
		<dc:creator>DotNetKicks.com</dc:creator>
		<pubDate>Fri, 12 Mar 2010 19:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://jonkruger.com/blog/?p=515#comment-4884</guid>
		<description>&lt;strong&gt;How to use Rhino Mocks - documented through tests...&lt;/strong&gt;

You've been kicked (a good thing) - Trackback from DotNetKicks.com...</description>
		<content:encoded><![CDATA[<p><strong>How to use Rhino Mocks - documented through tests&#8230;</strong></p>
<p>You&#8217;ve been kicked (a good thing) - Trackback from DotNetKicks.com&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

