<?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>.NET.Refactor() &#187; Test Driven Development</title>
	<atom:link href="http://www.jasonheine.com/beyond/index.php/category/test-driven-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonheine.com/beyond</link>
	<description>Taking over the world, one byte at a time.</description>
	<lastBuildDate>Mon, 24 May 2010 21:25:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Testing Internal Classes</title>
		<link>http://www.jasonheine.com/beyond/index.php/testing-internal-classes/</link>
		<comments>http://www.jasonheine.com/beyond/index.php/testing-internal-classes/#comments</comments>
		<pubDate>Fri, 07 May 2010 14:48:40 +0000</pubDate>
		<dc:creator>Jason Heine</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Test Driven Development]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://www.jasonheine.com/beyond/index.php/testing-internal-classes/</guid>
		<description><![CDATA[So, I came across an issue today where I needed to test internal sealed classes in a separate testing project. Well, since you can&#8217;t instantiate internal sealed classes, I was in a tight spot. So, I figured out a work around, and also discovered that there are resources out there on google that would have [...]]]></description>
		<wfw:commentRss>http://www.jasonheine.com/beyond/index.php/testing-internal-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Tests : Testing Business with Fake Data</title>
		<link>http://www.jasonheine.com/beyond/index.php/unit-tests-testing-business-with-fake-data/</link>
		<comments>http://www.jasonheine.com/beyond/index.php/unit-tests-testing-business-with-fake-data/#comments</comments>
		<pubDate>Wed, 20 May 2009 17:54:36 +0000</pubDate>
		<dc:creator>Jason Heine</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Test Driven Development]]></category>

		<guid isPermaLink="false">http://www.jasonheine.com/beyond/?p=64</guid>
		<description><![CDATA[One of the major issues that I have come across in the past with writing tests for my application is when I get to the point where I need to test data. There are a couple of things you can do with this. 1. You can create a data base with actual data that you [...]]]></description>
		<wfw:commentRss>http://www.jasonheine.com/beyond/index.php/unit-tests-testing-business-with-fake-data/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TDD: An Adversarial Approach, Should we be naive?</title>
		<link>http://www.jasonheine.com/beyond/index.php/tdd-an-adversarial-approach-should-we-be-naive/</link>
		<comments>http://www.jasonheine.com/beyond/index.php/tdd-an-adversarial-approach-should-we-be-naive/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 14:53:24 +0000</pubDate>
		<dc:creator>Jason Heine</dc:creator>
				<category><![CDATA[Test Driven Development]]></category>

		<guid isPermaLink="false">http://www.jasonheine.com/beyond/?p=29</guid>
		<description><![CDATA[We all know that the main idea behind TDD is the Red, Green, and Refactor. Well, when we go to make our tests green, how are we going to do that?   One of the approaches is to make functional code (which I prefer) and the other is the adversarial approach.   Adversarial? What the [...]]]></description>
		<wfw:commentRss>http://www.jasonheine.com/beyond/index.php/tdd-an-adversarial-approach-should-we-be-naive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TDD: Behavior Testing not Bug Testing</title>
		<link>http://www.jasonheine.com/beyond/index.php/test-driven-development-looking-for-behavior-changes-not-bugs/</link>
		<comments>http://www.jasonheine.com/beyond/index.php/test-driven-development-looking-for-behavior-changes-not-bugs/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 16:09:56 +0000</pubDate>
		<dc:creator>Jason Heine</dc:creator>
				<category><![CDATA[Test Driven Development]]></category>

		<guid isPermaLink="false">http://dyancey.brinkster.net/beyond/?p=18</guid>
		<description><![CDATA[First and foremost, what is TDD? All TDD really is, is the ability to code your application so that you can test any behavior changes with code changes in the future.   !!Screech!!   STOP! Did I just say BEHAVIOR changes? I sure did. TDD is not about finding bugs, like most people think about, [...]]]></description>
		<wfw:commentRss>http://www.jasonheine.com/beyond/index.php/test-driven-development-looking-for-behavior-changes-not-bugs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
