<?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: How to Use Asynchronous Test Methods with FlexUnit 4</title>
	<atom:link href="http://www.themorphicgroup.com/blog/2009/07/15/how-to-use-asynchronous-test-methods-with-flexunit-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themorphicgroup.com/blog/2009/07/15/how-to-use-asynchronous-test-methods-with-flexunit-4/</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2010 03:58:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: dharshini</title>
		<link>http://www.themorphicgroup.com/blog/2009/07/15/how-to-use-asynchronous-test-methods-with-flexunit-4/comment-page-1/#comment-3583</link>
		<dc:creator>dharshini</dc:creator>
		<pubDate>Thu, 26 Nov 2009 06:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.themorphicgroup.com/blog/?p=211#comment-3583</guid>
		<description>explain abt unit testing in flex unit</description>
		<content:encoded><![CDATA[<p>explain abt unit testing in flex unit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dharshini</title>
		<link>http://www.themorphicgroup.com/blog/2009/07/15/how-to-use-asynchronous-test-methods-with-flexunit-4/comment-page-1/#comment-3582</link>
		<dc:creator>dharshini</dc:creator>
		<pubDate>Thu, 26 Nov 2009 06:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.themorphicgroup.com/blog/?p=211#comment-3582</guid>
		<description>could any one tell me that how to write a test case for unit testing in flex unit using flex builder 3.0</description>
		<content:encoded><![CDATA[<p>could any one tell me that how to write a test case for unit testing in flex unit using flex builder 3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Oxley</title>
		<link>http://www.themorphicgroup.com/blog/2009/07/15/how-to-use-asynchronous-test-methods-with-flexunit-4/comment-page-1/#comment-3010</link>
		<dc:creator>Tim Oxley</dc:creator>
		<pubDate>Wed, 14 Oct 2009 00:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.themorphicgroup.com/blog/?p=211#comment-3010</guid>
		<description>Turns out it will give an &quot;ArgumentError: Error#1063: Argument count mismatch on ... &quot; if you don&#039;t allow for that parameter

note you CAN do this in an async test by simply adding listeners, and Asserting in an anonymous function:

object.addEventListener(&quot;eventName&quot;,
				function(event:Event):void {
					Assert.assertTrue();
				});</description>
		<content:encoded><![CDATA[<p>Turns out it will give an &#8220;ArgumentError: Error#1063: Argument count mismatch on &#8230; &#8221; if you don&#8217;t allow for that parameter</p>
<p>note you CAN do this in an async test by simply adding listeners, and Asserting in an anonymous function:</p>
<p>object.addEventListener(&#8220;eventName&#8221;,<br />
				function(event:Event):void {<br />
					Assert.assertTrue();<br />
				});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Oxley</title>
		<link>http://www.themorphicgroup.com/blog/2009/07/15/how-to-use-asynchronous-test-methods-with-flexunit-4/comment-page-1/#comment-3009</link>
		<dc:creator>Tim Oxley</dc:creator>
		<pubDate>Tue, 13 Oct 2009 07:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.themorphicgroup.com/blog/?p=211#comment-3009</guid>
		<description>Agreed. Why have you got param2:* in there?</description>
		<content:encoded><![CDATA[<p>Agreed. Why have you got param2:* in there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nek</title>
		<link>http://www.themorphicgroup.com/blog/2009/07/15/how-to-use-asynchronous-test-methods-with-flexunit-4/comment-page-1/#comment-2996</link>
		<dc:creator>Nek</dc:creator>
		<pubDate>Mon, 28 Sep 2009 01:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.themorphicgroup.com/blog/?p=211#comment-2996</guid>
		<description>Thanks for the great post! Just used Async.handleEvent(..). Works great.
The only strange thing is param2:*. Where does it come from?</description>
		<content:encoded><![CDATA[<p>Thanks for the great post! Just used Async.handleEvent(..). Works great.<br />
The only strange thing is param2:*. Where does it come from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.themorphicgroup.com/blog/2009/07/15/how-to-use-asynchronous-test-methods-with-flexunit-4/comment-page-1/#comment-2995</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 25 Sep 2009 15:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.themorphicgroup.com/blog/?p=211#comment-2995</guid>
		<description>Thanks for posting. This was very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for posting. This was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Video &#124; Enjolt.com &#124; Innovate for Success</title>
		<link>http://www.themorphicgroup.com/blog/2009/07/15/how-to-use-asynchronous-test-methods-with-flexunit-4/comment-page-1/#comment-2840</link>
		<dc:creator>Video &#124; Enjolt.com &#124; Innovate for Success</dc:creator>
		<pubDate>Thu, 16 Jul 2009 07:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.themorphicgroup.com/blog/?p=211#comment-2840</guid>
		<description>[...] is the first actual AIR application with the Creational Patterns portion of the catalog [...]   How to Use Asynchronous Test Methods with FlexUnit 4 - themorphicgroup.com 07/15/2009 An essential part of Agile Development is to embrace the use of [...]</description>
		<content:encoded><![CDATA[<p>[...] is the first actual AIR application with the Creational Patterns portion of the catalog [...]   How to Use Asynchronous Test Methods with FlexUnit 4 &#8211; themorphicgroup.com 07/15/2009 An essential part of Agile Development is to embrace the use of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Use Asynchronous Test Methods with FlexUnit 4 &#124; Adobe Tutorials</title>
		<link>http://www.themorphicgroup.com/blog/2009/07/15/how-to-use-asynchronous-test-methods-with-flexunit-4/comment-page-1/#comment-2834</link>
		<dc:creator>How to Use Asynchronous Test Methods with FlexUnit 4 &#124; Adobe Tutorials</dc:creator>
		<pubDate>Wed, 15 Jul 2009 17:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.themorphicgroup.com/blog/?p=211#comment-2834</guid>
		<description>[...] An essential part of Agile Development is to embrace the use of unit testing throughout the development of your project. Unit tests give the programmer to ability to run automated tests on their code at anytime to ensure that any refactoring or added code has not broken what was previously written.  Here is the original post: How to Use Asynchronous Test Methods with FlexUnit 4 [...]</description>
		<content:encoded><![CDATA[<p>[...] An essential part of Agile Development is to embrace the use of unit testing throughout the development of your project. Unit tests give the programmer to ability to run automated tests on their code at anytime to ensure that any refactoring or added code has not broken what was previously written.  Here is the original post: How to Use Asynchronous Test Methods with FlexUnit 4 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
