<?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: Event Mocking with[out] Rhino Mocks</title>
	<atom:link href="http://blog.coreycoogan.com/2009/11/11/event-mocking-without-rhino-mocks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coreycoogan.com/2009/11/11/event-mocking-without-rhino-mocks/</link>
	<description>Python, .Net, C#, ASP.NET MVC, Architecture and Design</description>
	<lastBuildDate>Tue, 07 Feb 2012 04:33:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: coreycoogan</title>
		<link>http://blog.coreycoogan.com/2009/11/11/event-mocking-without-rhino-mocks/#comment-56</link>
		<dc:creator><![CDATA[coreycoogan]]></dc:creator>
		<pubDate>Sat, 14 Nov 2009 02:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://coreycoogan.wordpress.com/?p=230#comment-56</guid>
		<description><![CDATA[I&#039;m not testing 3 classes at once.  I didn&#039;t want to show the details of what was going on because I thought I would be boring the crap out of people.  The real system under test involved unmanaged C++ (proxy), a broker (Control) to handle Windows Messages and fire explicit events.  The broker and proxy are injected into the Gateway, which is what I&#039;m testing.  There&#039;s no way for me to unit test the behavior of my gateway&#039;s handlers without involving the broker and proxy interfaces, which are passed along in the constructor.  Make sense?  I would have hoped that you expect more from me :)]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m not testing 3 classes at once.  I didn&#8217;t want to show the details of what was going on because I thought I would be boring the crap out of people.  The real system under test involved unmanaged C++ (proxy), a broker (Control) to handle Windows Messages and fire explicit events.  The broker and proxy are injected into the Gateway, which is what I&#8217;m testing.  There&#8217;s no way for me to unit test the behavior of my gateway&#8217;s handlers without involving the broker and proxy interfaces, which are passed along in the constructor.  Make sense?  I would have hoped that you expect more from me <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Young</title>
		<link>http://blog.coreycoogan.com/2009/11/11/event-mocking-without-rhino-mocks/#comment-54</link>
		<dc:creator><![CDATA[Jason Young]]></dc:creator>
		<pubDate>Thu, 12 Nov 2009 16:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://coreycoogan.wordpress.com/?p=230#comment-54</guid>
		<description><![CDATA[Why are you trying to test 3 different classes at once? Shouldn&#039;t you test each independently?


As far as not using Rhino, there are definitely situations where it&#039;s just easier to do it yourself. One recent problem I ran into was with using mocks in a multi-threaded class.]]></description>
		<content:encoded><![CDATA[<p>Why are you trying to test 3 different classes at once? Shouldn&#8217;t you test each independently?</p>
<p>As far as not using Rhino, there are definitely situations where it&#8217;s just easier to do it yourself. One recent problem I ran into was with using mocks in a multi-threaded class.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

