<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Testing methods that depend upon a singleton class</title>
	<atom:link href="http://blog.somecreativity.com/2008/12/11/testing-methods-that-depend-upon-a-singleton-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.somecreativity.com/2008/12/11/testing-methods-that-depend-upon-a-singleton-class/</link>
	<description>Weblog of Siddharth Uppal</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:37:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: yvangelist</title>
		<link>http://blog.somecreativity.com/2008/12/11/testing-methods-that-depend-upon-a-singleton-class/#comment-5185</link>
		<dc:creator><![CDATA[yvangelist]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 11:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.somecreativity.com/?p=541#comment-5185</guid>
		<description><![CDATA[I don&#039;t know if it was available back in VS 2008, but instead of creating a private accessor. I sign my assembly with [assembly:InternalsVisibleTo(&quot;MyTestAssembly&quot;]. I find that this creates less &quot;noise&quot; and impacts less the test project.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if it was available back in VS 2008, but instead of creating a private accessor. I sign my assembly with [assembly:InternalsVisibleTo("MyTestAssembly"]. I find that this creates less &#8220;noise&#8221; and impacts less the test project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DSLR-A900</title>
		<link>http://blog.somecreativity.com/2008/12/11/testing-methods-that-depend-upon-a-singleton-class/#comment-5184</link>
		<dc:creator><![CDATA[DSLR-A900]]></dc:creator>
		<pubDate>Thu, 17 Nov 2011 21:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.somecreativity.com/?p=541#comment-5184</guid>
		<description><![CDATA[Nos, ez az első nézd meg a blog! Mi vagyunk a csoport az önkéntesek és a kezdő egy teljesen új kezdeményezés, hogy egy regionális közösség pontosan ugyanazon niche. A blog szolgáltatott számunkra értékes információt dolgozni. Tettél egy csodálatos feladat!]]></description>
		<content:encoded><![CDATA[<p>Nos, ez az első nézd meg a blog! Mi vagyunk a csoport az önkéntesek és a kezdő egy teljesen új kezdeményezés, hogy egy regionális közösség pontosan ugyanazon niche. A blog szolgáltatott számunkra értékes információt dolgozni. Tettél egy csodálatos feladat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Hammer</title>
		<link>http://blog.somecreativity.com/2008/12/11/testing-methods-that-depend-upon-a-singleton-class/#comment-4769</link>
		<dc:creator><![CDATA[Derek Hammer]]></dc:creator>
		<pubDate>Sat, 09 May 2009 03:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.somecreativity.com/?p=541#comment-4769</guid>
		<description><![CDATA[Really good article! Nice, clear and concise description of how to test Singletons.

Personally, I use reflection instead of the Accessor assembly. It&#039;s essentially the same; just different points of entry. I do it because I think reflection is cool and because other languages that I&#039;ve programmed in would need reflection to do a similar singleton test (to my knowledge, _Accessor assembly is unique to .NET platform)

Thanks for the great article, though!]]></description>
		<content:encoded><![CDATA[<p>Really good article! Nice, clear and concise description of how to test Singletons.</p>
<p>Personally, I use reflection instead of the Accessor assembly. It&#8217;s essentially the same; just different points of entry. I do it because I think reflection is cool and because other languages that I&#8217;ve programmed in would need reflection to do a similar singleton test (to my knowledge, _Accessor assembly is unique to .NET platform)</p>
<p>Thanks for the great article, though!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

