<?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>Random Thoughts &#187; JUnit</title>
	<atom:link href="http://blog.inflinx.com/tag/junit/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com</link>
	<description>All About Software Development</description>
	<lastBuildDate>Mon, 22 Aug 2011 23:31:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using JUnit 4</title>
		<link>http://blog.inflinx.com/2008/06/07/using-junit-4/</link>
		<comments>http://blog.inflinx.com/2008/06/07/using-junit-4/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 23:16:45 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Solutions Log]]></category>
		<category><![CDATA[JUnit]]></category>

		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=23</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2008/06/07/using-junit-4/';
var dzone_title = 'Using JUnit 4';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
JUnit 4 has some great features that makes unit testing way easier than before. Here are some tips for using JUnit 4: In JUnit 3.x the test methods must start with a &#8220;test&#8221; prefix. JUnit 4 uses @Test annotation for identifying test methods. All my new tests now have the same name as the method being tested which [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2008/06/07/using-junit-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

