<?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: Getting started with JUnit 4 &#8211; Java testing framework</title>
	<atom:link href="http://veerasundar.com/blog/2009/06/getting-started-with-junit-4-java-testing-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://veerasundar.com/blog/2009/06/getting-started-with-junit-4-java-testing-framework/</link>
	<description>Java, web and design</description>
	<lastBuildDate>Sun, 20 May 2012 11:47:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Veeru</title>
		<link>http://veerasundar.com/blog/2009/06/getting-started-with-junit-4-java-testing-framework/#comment-599</link>
		<dc:creator>Veeru</dc:creator>
		<pubDate>Fri, 26 Aug 2011 01:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=527#comment-599</guid>
		<description>Hi,
why can&#039;t see any output on the console? 
System.out.println(&quot;I run before any test method is executed&quot;) is not being displayed on the console.. Is there any other place all the System.out msg&#039;s of Test cases are displayed?

And thank you veera for this article. Really helped. This was my first Junit program.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
why can&#8217;t see any output on the console?<br />
System.out.println(&#8220;I run before any test method is executed&#8221;) is not being displayed on the console.. Is there any other place all the System.out msg&#8217;s of Test cases are displayed?</p>
<p>And thank you veera for this article. Really helped. This was my first Junit program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2009/06/getting-started-with-junit-4-java-testing-framework/#comment-598</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Fri, 15 Jul 2011 03:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=527#comment-598</guid>
		<description>you&#039;re welcome.</description>
		<content:encoded><![CDATA[<p>you&#8217;re welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subash basnet</title>
		<link>http://veerasundar.com/blog/2009/06/getting-started-with-junit-4-java-testing-framework/#comment-597</link>
		<dc:creator>subash basnet</dc:creator>
		<pubDate>Fri, 15 Jul 2011 02:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=527#comment-597</guid>
		<description>Thanks for the simple explanation, it helped me a lot.</description>
		<content:encoded><![CDATA[<p>Thanks for the simple explanation, it helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2009/06/getting-started-with-junit-4-java-testing-framework/#comment-596</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Mon, 26 Jul 2010 04:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=527#comment-596</guid>
		<description>welcome.</description>
		<content:encoded><![CDATA[<p>welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Horatiu</title>
		<link>http://veerasundar.com/blog/2009/06/getting-started-with-junit-4-java-testing-framework/#comment-595</link>
		<dc:creator>Horatiu</dc:creator>
		<pubDate>Sun, 25 Jul 2010 23:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=527#comment-595</guid>
		<description>Very nice, keep up the good work.
Simple explanations. What everyone needs ...</description>
		<content:encoded><![CDATA[<p>Very nice, keep up the good work.<br />
Simple explanations. What everyone needs &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SK</title>
		<link>http://veerasundar.com/blog/2009/06/getting-started-with-junit-4-java-testing-framework/#comment-594</link>
		<dc:creator>SK</dc:creator>
		<pubDate>Wed, 02 Sep 2009 19:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=527#comment-594</guid>
		<description>To the point article. Very good for the learners who knows very little about JUnit.Thanks for sharing it veera...</description>
		<content:encoded><![CDATA[<p>To the point article. Very good for the learners who knows very little about JUnit.Thanks for sharing it veera&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JUnit 4 - testing for exception, execution time and disabling a test &#124; Java Blog &#124; Veerasundar</title>
		<link>http://veerasundar.com/blog/2009/06/getting-started-with-junit-4-java-testing-framework/#comment-593</link>
		<dc:creator>JUnit 4 - testing for exception, execution time and disabling a test &#124; Java Blog &#124; Veerasundar</dc:creator>
		<pubDate>Sat, 04 Jul 2009 04:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=527#comment-593</guid>
		<description>[...] = &#039;vraa&#039;; In my last post about Getting Started with JUnit 4, I talked about the basic concepts of JUnit testing framework and how to write a test case using [...] </description>
		<content:encoded><![CDATA[<p>[...] = &#8216;vraa&#8217;; In my last post about Getting Started with JUnit 4, I talked about the basic concepts of JUnit testing framework and how to write a test case using [...] </p>
]]></content:encoded>
	</item>
</channel>
</rss>

