<?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: JUTest &#8211; Simple Javascript Play Around Area / Unit Tester</title>
	<atom:link href="http://robrohan.com/2008/07/31/jutest-simple-javascript-play-around-area-unit-tester/feed/" rel="self" type="application/rss+xml" />
	<link>http://robrohan.com/2008/07/31/jutest-simple-javascript-play-around-area-unit-tester/</link>
	<description>技术任意</description>
	<lastBuildDate>Fri, 04 Dec 2009 04:36:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 小罗</title>
		<link>http://robrohan.com/2008/07/31/jutest-simple-javascript-play-around-area-unit-tester/comment-page-1/#comment-6422</link>
		<dc:creator>小罗</dc:creator>
		<pubDate>Fri, 01 Aug 2008 14:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/?p=807#comment-6422</guid>
		<description>&lt;p&gt;JSUnit looks to be a more like a traditional unit testing process.  The single unit of something looks like it&#039;s an HTML file in JSUnit.  Whereas JUTest is more of a js focused include test.&lt;/p&gt;

&lt;p&gt;This is designed more around a harness idea with unit testing as a nice addition.  It also looks to be a bit easier to print out the tests with JUTest - if that is something you care about.&lt;/p&gt;

&lt;p&gt;To save large groups of test JSUnit looks nice. Meaning if you have 6 projects and you wanted to keep unit tests on each project then JSUnit, because it includes HTML files for the test, would just use the one run time for all projects.   With JUTest you&#039;d have to write different index.html files for each project, so could possibly be a little disjointed.&lt;/p&gt;

&lt;p&gt;JSUnit has startUp and tearDown JUTest doesn&#039;t (but JUTests runs you methods in order so that doesn&#039;t really matter)&lt;/p&gt;

&lt;p&gt;They are quite similar.  I think maybe the shell, and printing are what set them apart.  For a quick sentence separation &quot;IMO, JSUnit was written specifically to emulate a traditional unit testing framework, JUTest was written as a test harness / environment with aspects of traditional Unit testing&quot;&lt;/p&gt;

&lt;p&gt;I haven&#039;t actually used JSUnit mind you...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>JSUnit looks to be a more like a traditional unit testing process.  The single unit of something looks like it&#8217;s an HTML file in JSUnit.  Whereas JUTest is more of a js focused include test.</p>

<p>This is designed more around a harness idea with unit testing as a nice addition.  It also looks to be a bit easier to print out the tests with JUTest &#8211; if that is something you care about.</p>

<p>To save large groups of test JSUnit looks nice. Meaning if you have 6 projects and you wanted to keep unit tests on each project then JSUnit, because it includes HTML files for the test, would just use the one run time for all projects.   With JUTest you&#8217;d have to write different index.html files for each project, so could possibly be a little disjointed.</p>

<p>JSUnit has startUp and tearDown JUTest doesn&#8217;t (but JUTests runs you methods in order so that doesn&#8217;t really matter)</p>

<p>They are quite similar.  I think maybe the shell, and printing are what set them apart.  For a quick sentence separation &#8220;IMO, JSUnit was written specifically to emulate a traditional unit testing framework, JUTest was written as a test harness / environment with aspects of traditional Unit testing&#8221;</p>

<p>I haven&#8217;t actually used JSUnit mind you&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bill shelton</title>
		<link>http://robrohan.com/2008/07/31/jutest-simple-javascript-play-around-area-unit-tester/comment-page-1/#comment-6421</link>
		<dc:creator>bill shelton</dc:creator>
		<pubDate>Fri, 01 Aug 2008 13:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/?p=807#comment-6421</guid>
		<description>&lt;p&gt;Nice stuff, Rob! Hey, how does this compare with jsunit?&lt;/p&gt;

&lt;p&gt;best,
bill&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice stuff, Rob! Hey, how does this compare with jsunit?</p>

<p>best,
bill</p>]]></content:encoded>
	</item>
</channel>
</rss>
