<?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: Auto mocking Explained</title>
	<atom:link href="http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/</link>
	<description></description>
	<lastBuildDate>Thu, 14 Mar 2013 03:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Alexander M. Batishchev</title>
		<link>http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/#comment-193</link>
		<dc:creator>Alexander M. Batishchev</dc:creator>
		<pubDate>Sun, 07 Aug 2011 18:26:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2009/02/03/auto-mocking-explained.aspx#comment-193</guid>
		<description>That was great. Thank you.
Just one bummer you to know: code highlighting doesn&#039;t fit into window&#039;s width</description>
		<content:encoded><![CDATA[<p>That was great. Thank you.<br />
Just one bummer you to know: code highlighting doesn&#8217;t fit into window&#8217;s width</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/#comment-35</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 06 Feb 2009 23:42:17 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2009/02/03/auto-mocking-explained.aspx#comment-35</guid>
		<description>The one thing I have to say that auto-mocking does to the negative, and IoC in general, is for new people coming in there is a lot of &#039;magic&#039; that they have to figure out that they have no tests to look to for guidance and have been simply stuck going through individual classes and going &#039;oh...there an overloaded constructor with a different/second argument type).

Not saying I disagree, just saying that&#039;s one of the problems I&#039;ve seen people have, most I&#039;ve worked with want to &#039;see it work&#039;.</description>
		<content:encoded><![CDATA[<p>The one thing I have to say that auto-mocking does to the negative, and IoC in general, is for new people coming in there is a lot of &#8216;magic&#8217; that they have to figure out that they have no tests to look to for guidance and have been simply stuck going through individual classes and going &#8216;oh&#8230;there an overloaded constructor with a different/second argument type).</p>
<p>Not saying I disagree, just saying that&#8217;s one of the problems I&#8217;ve seen people have, most I&#8217;ve worked with want to &#8216;see it work&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Flanagan</title>
		<link>http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/#comment-34</link>
		<dc:creator>Joshua Flanagan</dc:creator>
		<pubDate>Thu, 05 Feb 2009 01:39:12 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2009/02/03/auto-mocking-explained.aspx#comment-34</guid>
		<description>@Michael - it could be. But I&#039;m comfortable assuming that any truly worrisome design smell will expose itself in a more impactful way than the automocker could disguise.</description>
		<content:encoded><![CDATA[<p>@Michael &#8211; it could be. But I&#8217;m comfortable assuming that any truly worrisome design smell will expose itself in a more impactful way than the automocker could disguise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Flanagan</title>
		<link>http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/#comment-33</link>
		<dc:creator>Joshua Flanagan</dc:creator>
		<pubDate>Thu, 05 Feb 2009 01:35:07 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2009/02/03/auto-mocking-explained.aspx#comment-33</guid>
		<description>@David - I can&#039;t speak for the Windsor-based AutoMockingContainer. The StructureMap RhinoAutomocker always creates mocks using the DynamicMock() method. If you need a specific fake to be a stub or static mock, you can manually create it and then use the Inject() method on the automocker so it knows to use it (works for concrete classes as well).</description>
		<content:encoded><![CDATA[<p>@David &#8211; I can&#8217;t speak for the Windsor-based AutoMockingContainer. The StructureMap RhinoAutomocker always creates mocks using the DynamicMock() method. If you need a specific fake to be a stub or static mock, you can manually create it and then use the Inject() method on the automocker so it knows to use it (works for concrete classes as well).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Flanagan</title>
		<link>http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/#comment-32</link>
		<dc:creator>Joshua Flanagan</dc:creator>
		<pubDate>Thu, 05 Feb 2009 01:25:44 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2009/02/03/auto-mocking-explained.aspx#comment-32</guid>
		<description>@Jake - I couldn&#039;t say if AutoMocking is one of the barrier words that Scott was referring to. But I don&#039;t think it matters in the context of this post, as I had a different target audience in mind than what he was referring to. I targeted developers who are already familiar with, and using a mocking framework, but a little skeptical of automocking.</description>
		<content:encoded><![CDATA[<p>@Jake &#8211; I couldn&#8217;t say if AutoMocking is one of the barrier words that Scott was referring to. But I don&#8217;t think it matters in the context of this post, as I had a different target audience in mind than what he was referring to. I targeted developers who are already familiar with, and using a mocking framework, but a little skeptical of automocking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Flanagan</title>
		<link>http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/#comment-31</link>
		<dc:creator>Joshua Flanagan</dc:creator>
		<pubDate>Thu, 05 Feb 2009 01:21:35 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2009/02/03/auto-mocking-explained.aspx#comment-31</guid>
		<description>@chrissie1 Yes, this information will get into the StructureMap documentation (eventually...)</description>
		<content:encoded><![CDATA[<p>@chrissie1 Yes, this information will get into the StructureMap documentation (eventually&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hedgpeth</title>
		<link>http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/#comment-30</link>
		<dc:creator>Michael Hedgpeth</dc:creator>
		<pubDate>Wed, 04 Feb 2009 13:19:35 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2009/02/03/auto-mocking-explained.aspx#comment-30</guid>
		<description>I do think this is cool, but...

Could it be your desire for automocking is covering up the need for a better design?  Maybe in this case you should rethink your dependencies.</description>
		<content:encoded><![CDATA[<p>I do think this is cool, but&#8230;</p>
<p>Could it be your desire for automocking is covering up the need for a better design?  Maybe in this case you should rethink your dependencies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Allen</title>
		<link>http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/#comment-29</link>
		<dc:creator>Chris Allen</dc:creator>
		<pubDate>Wed, 04 Feb 2009 11:20:59 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2009/02/03/auto-mocking-explained.aspx#comment-29</guid>
		<description>Awesome, I&#039;ve been looking for more information on this for a while now. Thanks for the info.</description>
		<content:encoded><![CDATA[<p>Awesome, I&#8217;ve been looking for more information on this for a while now. Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/#comment-28</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 04 Feb 2009 09:05:44 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2009/02/03/auto-mocking-explained.aspx#comment-28</guid>
		<description>Awesome post. Thanks for this!

Quick question: how do you handle injecting mocks vs. stubs using automocking? Or do you always use stubs and override where necessary?</description>
		<content:encoded><![CDATA[<p>Awesome post. Thanks for this!</p>
<p>Quick question: how do you handle injecting mocks vs. stubs using automocking? Or do you always use stubs and override where necessary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Łukasz Podolak</title>
		<link>http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/#comment-27</link>
		<dc:creator>Łukasz Podolak</dc:creator>
		<pubDate>Wed, 04 Feb 2009 09:02:29 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2009/02/03/auto-mocking-explained.aspx#comment-27</guid>
		<description>Excellent article, thank you for a great explanation.</description>
		<content:encoded><![CDATA[<p>Excellent article, thank you for a great explanation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
