<?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>愚人呓语 &#187; tdd</title>
	<atom:link href="http://eidiot.net/tag/tdd/feed/" rel="self" type="application/rss+xml" />
	<link>http://eidiot.net</link>
	<description>eidiot&#039;s blog. My flapdoodles.</description>
	<lastBuildDate>Fri, 16 Dec 2011 15:53:33 +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>Built in unit test support in Flash Builder and more I expected</title>
		<link>http://eidiot.net/2009/12/30/built-in-unit-test-support-in-flash-builder-and-more-i-expected/</link>
		<comments>http://eidiot.net/2009/12/30/built-in-unit-test-support-in-flash-builder-and-more-i-expected/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 10:39:17 +0000</pubDate>
		<dc:creator>eidiot</dc:creator>
				<category><![CDATA[学海沉舟 · [技术]]]></category>
		<category><![CDATA[flash builder]]></category>
		<category><![CDATA[flexunit]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[unittest]]></category>

		<guid isPermaLink="false">http://eidiot.net/?p=537</guid>
		<description><![CDATA[Now we have FlexUnit1 and FlexUnit4 support built in Flash Builder beta 2: Create a test suite class Create a test case class Create a test case class of an exist class and choose which methods to test. Right click a test case class and run it. Right click a test suite class and run [...]]]></description>
			<content:encoded><![CDATA[<p>Now we have FlexUnit1 and FlexUnit4 support built in Flash Builder beta 2: </p>
<ul>
<li>Create a test suite class</li>
<li>Create a test case class</li>
<li>Create a test case class of an exist class and choose which methods to test.</li>
<li>Right click a test case class and run it.</li>
<li>Right click a test suite class and run it.</li>
<li>Choose any set of test suites and test cases (test methods) to run.</li>
<li>See test results in FlexUnit Results View</li>
<p>To see more detail <a href="http://www.adobe.com/devnet/flex/articles/flashbuilder4_tdd_03.html" target="_blank" class="liexternal">Click Here</a>.
</ul>
<p>They are good for unit test, but not for TDD (write test before code).<br />
I wish to see some more:</p>
<ul>
<li>Set the source folder for real code and tests folder for test classes.</li>
<li>Create a test case class in the tests folder, and choose if create the class to be tested in the source folder.</li>
<li>Create and update test suite classes automatically in every package in the tests folder.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://eidiot.net/2009/12/30/built-in-unit-test-support-in-flash-builder-and-more-i-expected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用 FlexUnit 和 Robotlegs 尝试 TDD</title>
		<link>http://eidiot.net/2009/12/27/try-tdd-on-robotlegs-with-flexunit/</link>
		<comments>http://eidiot.net/2009/12/27/try-tdd-on-robotlegs-with-flexunit/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 06:49:59 +0000</pubDate>
		<dc:creator>eidiot</dc:creator>
				<category><![CDATA[学海沉舟 · [技术]]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[flexunit]]></category>
		<category><![CDATA[robotlegs]]></category>
		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://eidiot.net/?p=535</guid>
		<description><![CDATA[尝试使用TDD的小例子(视频)。 Download (Right-click and “save as”) ｜ 下载(右键另存为)]]></description>
			<content:encoded><![CDATA[<p><img src="http://eidiot.net/wp-content/plugins/flash-video-player/default_video_player.gif" /><br />
尝试使用TDD的小例子(视频)。<br />
<a href="http://eidiot.net/wp-content/uploads/2009/12/HelloRobotlegsAndFlexUnit.mp4" target="_blank" class="liinternal">Download (Right-click and “save as”)</a> ｜ <a href="http://eidiot.net/wp-content/uploads/2009/12/HelloRobotlegsAndFlexUnit.mp4" target="_blank" class="liinternal">下载(右键另存为)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eidiot.net/2009/12/27/try-tdd-on-robotlegs-with-flexunit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

