<?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: The End of Endotesting?</title>
	<atom:link href="http://dannorth.net/2008/09/the-end-of-endotesting/feed" rel="self" type="application/rss+xml" />
	<link>http://dannorth.net/2008/09/the-end-of-endotesting</link>
	<description>It&#039;s all behaviour</description>
	<lastBuildDate>Sat, 06 Mar 2010 15:23:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Willed vs Forced designs at Mark Needham</title>
		<link>http://dannorth.net/2008/09/the-end-of-endotesting/comment-page-1#comment-24826</link>
		<dc:creator>Willed vs Forced designs at Mark Needham</dc:creator>
		<pubDate>Mon, 08 Feb 2010 22:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://dannorth.net/?p=69#comment-24826</guid>
		<description>[...] a couple of years ago with respect to whether using Mockito instead of jMock was bad because it hides design problems that you have with dependencies. Steve Freeman wrote the following comment on Dan&#039;s post:  But, it also became clear that he wrote [...]</description>
		<content:encoded><![CDATA[<p>[...] a couple of years ago with respect to whether using Mockito instead of jMock was bad because it hides design problems that you have with dependencies. Steve Freeman wrote the following comment on Dan&#39;s post:  But, it also became clear that he wrote [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Starr's Blog</title>
		<link>http://dannorth.net/2008/09/the-end-of-endotesting/comment-page-1#comment-21392</link>
		<dc:creator>David Starr's Blog</dc:creator>
		<pubDate>Fri, 13 Feb 2009 18:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://dannorth.net/?p=69#comment-21392</guid>
		<description>Assertion Driven Design (ADD)...

In all cases of using a unit test framework, no matter the intent of the test methods, one thing is certainly...</description>
		<content:encoded><![CDATA[<p>Assertion Driven Design (ADD)...</p>
<p>In all cases of using a unit test framework, no matter the intent of the test methods, one thing is certainly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I wish there was a mocking framework&#8230; &#171; monkey island</title>
		<link>http://dannorth.net/2008/09/the-end-of-endotesting/comment-page-1#comment-19042</link>
		<dc:creator>I wish there was a mocking framework&#8230; &#171; monkey island</dc:creator>
		<pubDate>Mon, 03 Nov 2008 23:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://dannorth.net/?p=69#comment-19042</guid>
		<description>[...] reply to few interesting blog articles. Dan North became a friend of Mockito and wrote about the end of endotesting. His post sparked few interesting comments. Steve Freeman wrote: But, it also became clear that he [...]</description>
		<content:encoded><![CDATA[<p>[...] reply to few interesting blog articles. Dan North became a friend of Mockito and wrote about the end of endotesting. His post sparked few interesting comments. Steve Freeman wrote: But, it also became clear that he [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Braithwaite</title>
		<link>http://dannorth.net/2008/09/the-end-of-endotesting/comment-page-1#comment-17525</link>
		<dc:creator>Keith Braithwaite</dc:creator>
		<pubDate>Thu, 25 Sep 2008 19:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://dannorth.net/?p=69#comment-17525</guid>
		<description>&quot;I’ve been finding that novices and advanced beginners “get” mocking more quickly with Mockito than with the expectation-based alternatives.&quot;

How are you distinguishing &quot;get mocking&quot; form &quot;gain fluency with the tool&quot;?</description>
		<content:encoded><![CDATA[<p>&#8220;I’ve been finding that novices and advanced beginners “get” mocking more quickly with Mockito than with the expectation-based alternatives.&#8221;</p>
<p>How are you distinguishing &#8220;get mocking&#8221; form &#8220;gain fluency with the tool&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan North</title>
		<link>http://dannorth.net/2008/09/the-end-of-endotesting/comment-page-1#comment-17524</link>
		<dc:creator>Dan North</dc:creator>
		<pubDate>Thu, 25 Sep 2008 15:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://dannorth.net/?p=69#comment-17524</guid>
		<description>Hi Steve.

I agree with using JMock as a teaching tool - I&#039;ve had lots of success with it over the years. And I can&#039;t understate the impact it&#039;s had in terms of the wider adoption of mocking, as well as the secondary effects of its matcher library (@assertThat@ and hamcrest).

I&#039;m interested in how adopting Mockito would &quot;address some weak design and coding habits&quot;. Is it about working around them so you can get work done _in spite of_ the bad habits, or does it provide a more gradual and intuitive path away from them (than expectation-based mocking)?

An experienced TDDer will usually be equally fluent/expressive/focused using any decent mocking library, but I&#039;ve been finding that novices and advanced beginners &quot;get&quot; mocking more quickly with Mockito than with the expectation-based alternatives. My sample group has been small so it may just be these people in this context. I haven&#039;t been using it for long enough - or across enough different contexts - to have decent empirical evidence yet.</description>
		<content:encoded><![CDATA[<p>Hi Steve.</p>
<p>I agree with using JMock as a teaching tool &#8211; I&#8217;ve had lots of success with it over the years. And I can&#8217;t understate the impact it&#8217;s had in terms of the wider adoption of mocking, as well as the secondary effects of its matcher library (<code>assertThat</code> and hamcrest).</p>
<p>I&#8217;m interested in how adopting Mockito would &#8220;address some weak design and coding habits&#8221;. Is it about working around them so you can get work done <em>in spite of</em> the bad habits, or does it provide a more gradual and intuitive path away from them (than expectation-based mocking)?</p>
<p>An experienced TDDer will usually be equally fluent/expressive/focused using any decent mocking library, but I&#8217;ve been finding that novices and advanced beginners &#8220;get&#8221; mocking more quickly with Mockito than with the expectation-based alternatives. My sample group has been small so it may just be these people in this context. I haven&#8217;t been using it for long enough &#8211; or across enough different contexts &#8211; to have decent empirical evidence yet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
