<?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/"
	xmlns:coop="http://www.google.com/coop/namespace"
	>

<channel>
	<title>Mind Diarymock objects</title>
	<atom:link href="http://minddiary.com/tag/mock-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://minddiary.com</link>
	<description>There is only one way to learn. It&#039;s through action!</description>
	<lastBuildDate>Sat, 27 Feb 2010 11:27:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://minddiary.com/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>Creating Mock Tests: Using Easy mock</title>
		<link></link>
		<comments>http://minddiary.com/2009/01/02/creating-mock-tests-using-easy-mock/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 06:47:00 +0000</pubDate>
		<dc:creator>Lijin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[easy mock]]></category>
		<category><![CDATA[mock objects]]></category>
		<category><![CDATA[mock testing]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://lijinjoseji.wordpress.com/2009/01/02/creating-mock-tests-using-easy-mock/</guid>
		<description><![CDATA[


Unit testing is now a &#34;best practice&#34; for software development. In this unit testing we have to face so many situations where we need to interact with Database or any other resources. But at the same time we need to make our Tests isolated too. Here comes the importance of Mock objects. 
Mock objects are<p><a href="http://minddiary.com/2009/01/02/creating-mock-tests-using-easy-mock/">Creating Mock Tests: Using Easy mock</a> is a post from: <a href="http://minddiary.com">Mind Diary</a></p>



No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://minddiary.com/2009/01/02/creating-mock-tests-using-easy-mock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<coop:keyword><![CDATA[Java]]></coop:keyword>
		<coop:keyword><![CDATA[easy mock]]></coop:keyword>
		<coop:keyword><![CDATA[mock objects]]></coop:keyword>
		<coop:keyword><![CDATA[mock testing]]></coop:keyword>
		<coop:keyword><![CDATA[testing]]></coop:keyword>
		<coop:keyword><![CDATA[unit testing]]></coop:keyword>
	</item>
	</channel>
</rss>
