<?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: Integrating and isolating the container in tests</title>
	<atom:link href="http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Sun, 19 May 2013 03:22:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Daniel Marbach</title>
		<link>http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/#comment-4462</link>
		<dc:creator>Daniel Marbach</dc:creator>
		<pubDate>Thu, 22 Mar 2012 19:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/#comment-4462</guid>
		<description> Link should be:
https://gist.github.com/2162411
</description>
		<content:encoded><![CDATA[<p> Link should be:<br />
<a href="https://gist.github.com/2162411" rel="nofollow">https://gist.github.com/2162411</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Marbach</title>
		<link>http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/#comment-4461</link>
		<dc:creator>Daniel Marbach</dc:creator>
		<pubDate>Thu, 22 Mar 2012 19:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/#comment-4461</guid>
		<description>Hy Jimmy,
Here a draft adapted to your example:
 git://gist.github.com/2162411.git

More magic see here: http://nunit.org/index.php?p=actionAttributes&amp;r=2.6

Have fun
Daniel</description>
		<content:encoded><![CDATA[<p>Hy Jimmy,<br />
Here a draft adapted to your example:<br />
 git://gist.github.com/2162411.git</p>
<p>More magic see here: <a href="http://nunit.org/index.php?p=actionAttributes&#038;r=2.6" rel="nofollow">http://nunit.org/index.php?p=actionAttributes&#038;r=2.6</a></p>
<p>Have fun<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy Bogard</title>
		<link>http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/#comment-4459</link>
		<dc:creator>Jimmy Bogard</dc:creator>
		<pubDate>Thu, 22 Mar 2012 12:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/#comment-4459</guid>
		<description>Sounds interesting! Do you have a code snippet/gist as an example?</description>
		<content:encoded><![CDATA[<p>Sounds interesting! Do you have a code snippet/gist as an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Marbach</title>
		<link>http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/#comment-4457</link>
		<dc:creator>Daniel Marbach</dc:creator>
		<pubDate>Thu, 22 Mar 2012 06:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/#comment-4457</guid>
		<description>Hy jimmy
With nunit actions you could achieve this by aggregating this behavior instad of inheriting. Also you could override the correct &quot;extension&quot; point which then takes care of initializing the container once. 

Daniel</description>
		<content:encoded><![CDATA[<p>Hy jimmy<br />
With nunit actions you could achieve this by aggregating this behavior instad of inheriting. Also you could override the correct &#8220;extension&#8221; point which then takes care of initializing the container once. </p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Morning Brew - Chris Alcock &#187; The Morning Brew #1069</title>
		<link>http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/#comment-4453</link>
		<dc:creator>The Morning Brew - Chris Alcock &#187; The Morning Brew #1069</dc:creator>
		<pubDate>Wed, 21 Mar 2012 09:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/#comment-4453</guid>
		<description>[...] Integrating and isolating the container in tests - Jimmy Bogard takes a look at using nested/child containers to allow him to use his production IOC configuration in integration tests, with just a few outer most services stubbed out, and have the container go back to a known state between tests. [...]</description>
		<content:encoded><![CDATA[<p>[...] Integrating and isolating the container in tests &#8211; Jimmy Bogard takes a look at using nested/child containers to allow him to use his production IOC configuration in integration tests, with just a few outer most services stubbed out, and have the container go back to a known state between tests. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremydmiller</title>
		<link>http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/#comment-4445</link>
		<dc:creator>jeremydmiller</dc:creator>
		<pubDate>Mon, 19 Mar 2012 13:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/03/19/integrating-and-isolating-the-container-in-tests/#comment-4445</guid>
		<description>Nice post Jimmy.  You might put this text &quot;I like to use the exact same configuration for the container as I do in production &quot; in 24pt, bolded font though.  </description>
		<content:encoded><![CDATA[<p>Nice post Jimmy.  You might put this text &#8220;I like to use the exact same configuration for the container as I do in production &#8221; in 24pt, bolded font though.  </p>
]]></content:encoded>
	</item>
</channel>
</rss>
