<?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: Unit Testing Interfaces with xUnit Theories</title>
	<atom:link href="http://www.ademiller.com/blogs/tech/2009/06/unit-testing-interfaces-with-xunit-theories/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ademiller.com/blogs/tech/2009/06/unit-testing-interfaces-with-xunit-theories/?&amp;owa_from=feed&amp;owa_sid=</link>
	<description>Thinking about agile (small 'a') software development, patterns and practices for building Microsoft .NET applications.</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:02:38 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Twitted by bentayloruk</title>
		<link>http://www.ademiller.com/blogs/tech/2009/06/unit-testing-interfaces-with-xunit-theories/comment-page-1/#comment-784</link>
		<dc:creator>Twitted by bentayloruk</dc:creator>
		<pubDate>Thu, 11 Jun 2009 15:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/2009/06/unit-testing-interfaces-with-xunit-theories/#comment-784</guid>
		<description>[...] This post was Twitted by bentayloruk - Real-url.org [...]</description>
		<content:encoded><![CDATA[<div style="border-left: #bce1f4 5px solid; padding-left: 1em;">
<p>[...] This post was Twitted by bentayloruk &#8211; Real-url.org [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emperor XLII</title>
		<link>http://www.ademiller.com/blogs/tech/2009/06/unit-testing-interfaces-with-xunit-theories/comment-page-1/#comment-783</link>
		<dc:creator>Emperor XLII</dc:creator>
		<pubDate>Thu, 11 Jun 2009 13:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/2009/06/unit-testing-interfaces-with-xunit-theories/#comment-783</guid>
		<description>I created something similar a while back that uses reflection to find appropriate instances for each method argument. For your example, you could specify a single [InstanceData] instead of multiple [InlineConstructorData(...)] attributes (though I admit your method is clearer :). Also supports non-default constructors generic methods. 

http://typeresolver.codeplex.com/</description>
		<content:encoded><![CDATA[<p>I created something similar a while back that uses reflection to find appropriate instances for each method argument. For your example, you could specify a single [InstanceData] instead of multiple [InlineConstructorData(...)] attributes (though I admit your method is clearer :). Also supports non-default constructors generic methods. </p>
<p><a href="http://typeresolver.codeplex.com/" rel="nofollow">http://typeresolver.codeplex.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
