<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>digitalMoto.net &#187; Unit Testing</title>
	<atom:link href="http://digitalMoto.net/blog/tag/unit-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalMoto.net/blog</link>
	<description>Off-idle banter on motorcycling, software development and life in the Pacific Northwest.</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:29:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WPF Named Colors</title>
		<link>http://digitalMoto.net/blog/2012/01/14/wpf-named-colors/</link>
		<comments>http://digitalMoto.net/blog/2012/01/14/wpf-named-colors/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 02:36:03 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Named Colors]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/?p=2486</guid>
		<description><![CDATA[I have grown tired of looking up the named colors for my WPF apps.&#160; So I wrote a Helper class to make my life a little easier.&#160; After playing around with this idea for a couple hours, I found a Dictionary&#60;string,Color&#62; is the easiest and most flexible way to reach my goal.&#160; You’ll need the [...]]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2012/01/14/wpf-named-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet Another Singleton</title>
		<link>http://digitalMoto.net/blog/2012/01/14/yet-another-singleton/</link>
		<comments>http://digitalMoto.net/blog/2012/01/14/yet-another-singleton/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 22:42:41 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[Singleton]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/2012/01/14/yet-another-singleton/</guid>
		<description><![CDATA[I’ve got an amusing problem at work.&#160; We need to create a way of passing runtime arguments around our app with safe and consistent results. One solution is create a global class that sits in the core library.&#160; All of the properties would have to be static.&#160; At runtime, the bootstrapper updates the properties then [...]]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2012/01/14/yet-another-singleton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tact…</title>
		<link>http://digitalMoto.net/blog/2010/06/04/tact/</link>
		<comments>http://digitalMoto.net/blog/2010/06/04/tact/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 10:34:25 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[Frustration]]></category>
		<category><![CDATA[Mocking]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/2010/06/04/tact/</guid>
		<description><![CDATA[… is not something I’m known for.&#160; Being an introvert, I’d rather avoid the uncomfortable dialog.&#160; If I can’t avoid it, I want to end it as quickly as possible.&#160; My “normal” method is to lay out my argument as logically as possible.&#160; If that doesn’t work, I go for the throat and attack the [...]]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2010/06/04/tact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll</title>
		<link>http://digitalMoto.net/blog/2009/11/09/problems-with-microsoftvisualstudioqualitytoolsunittestframeworkdll/</link>
		<comments>http://digitalMoto.net/blog/2009/11/09/problems-with-microsoftvisualstudioqualitytoolsunittestframeworkdll/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:12:07 +0000</pubDate>
		<dc:creator>digital</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://digitalMoto.net/blog/?p=969</guid>
		<description><![CDATA[I have been having problems with the internal testing library in Visual Studio. I get an API error. &#8220;The assembly has already been loaded and cannot be loaded into the appDomain.&#8221; Really? &#60;sarcastic response&#62; Everyone on the team has had intermittent issues for a couple months. One solution seemed to be to clean the solution, [...]]]></description>
		<wfw:commentRss>http://digitalMoto.net/blog/2009/11/09/problems-with-microsoftvisualstudioqualitytoolsunittestframeworkdll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

