<?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: Testing events with unit tests</title>
	<atom:link href="http://www.hedgate.net/articles/2007/03/13/testing-events-with-unit-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hedgate.net/articles/2007/03/13/testing-events-with-unit-tests/</link>
	<description>Contextual Chameleon</description>
	<lastBuildDate>Sat, 17 Jul 2010 16:53:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: chrishedgate</title>
		<link>http://www.hedgate.net/articles/2007/03/13/testing-events-with-unit-tests/comment-page-1/#comment-6392</link>
		<dc:creator>chrishedgate</dc:creator>
		<pubDate>Fri, 14 Aug 2009 20:23:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-6392</guid>
		<description>Seth, I am not quite sure what you mean. In the example above there are two real types, SubscriberUnderTest and PublisherUnderTest. The tests verify functionality in those two types, only. The fakes are used as stubs and spies to drive and verify the behavior of the real types. Do you see things differently?</description>
		<content:encoded><![CDATA[<p>Seth, I am not quite sure what you mean. In the example above there are two real types, SubscriberUnderTest and PublisherUnderTest. The tests verify functionality in those two types, only. The fakes are used as stubs and spies to drive and verify the behavior of the real types. Do you see things differently?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Flowers</title>
		<link>http://www.hedgate.net/articles/2007/03/13/testing-events-with-unit-tests/comment-page-1/#comment-6391</link>
		<dc:creator>Seth Flowers</dc:creator>
		<pubDate>Fri, 14 Aug 2009 14:52:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-6391</guid>
		<description>Whats the point of unit testing _only_ mock objects. I expect to see at least one real type being tested, the rest being mocks and interfaces that the mocks implement. If all the code is in mock objects, the test is worthless.&lt;br&gt;&lt;br&gt;Sandimashighschoolfootballrules</description>
		<content:encoded><![CDATA[<p>Whats the point of unit testing _only_ mock objects. I expect to see at least one real type being tested, the rest being mocks and interfaces that the mocks implement. If all the code is in mock objects, the test is worthless.</p>
<p>Sandimashighschoolfootballrules</p>
]]></content:encoded>
	</item>
</channel>
</rss>
