<?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>Software Sweden &#187; junit</title>
	<atom:link href="http://www.softwaresweden.com/tag/junit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwaresweden.com</link>
	<description>It&#039;s not just code - Programming is about managing complexities</description>
	<lastBuildDate>Wed, 06 Jul 2011 20:49:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>JMUnit: simple and good enough</title>
		<link>http://www.softwaresweden.com/2008/07/24/jmunit-simple-and-good-enough/</link>
		<comments>http://www.softwaresweden.com/2008/07/24/jmunit-simple-and-good-enough/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 17:34:26 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[jmunit]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sony ericsson]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://softwaresweden.com/blog/?p=28</guid>
		<description><![CDATA[I ended up using JMUnit for my mobile java project. The Sony Ericsson jUnit tool is great when you have to run the tests from a PC on a real device or from a &#8220;real&#8221; jUnit application. It&#8217;s a more advanced tool, but for my needs at the moment, it&#8217;s a bit overkill. So I [...]]]></description>
			<content:encoded><![CDATA[<p>I ended up using <a href="http://softwaresweden.com/blog/?p=26">JMUnit</a> for my mobile java project. The Sony Ericsson jUnit tool is great when you have to run the tests from a PC on a real device or from a &#8220;real&#8221; jUnit application. It&#8217;s a more advanced tool, but for my needs at the moment, it&#8217;s a bit overkill.</p>
<p>So I ended up with what can only be described as the direct opposite: <a href="http://sourceforge.net/projects/jmunit/">JMUnit</a> is extremey simple. If I change my mind in the future, converting the test cases to jUnit shouldn&#8217;t be too difficult.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2008/07/24/jmunit-simple-and-good-enough/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unit testing java mobile</title>
		<link>http://www.softwaresweden.com/2008/07/22/unit-testing-java-mobile/</link>
		<comments>http://www.softwaresweden.com/2008/07/22/unit-testing-java-mobile/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 08:01:19 +0000</pubDate>
		<dc:creator>Erik Starck</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[mobile java]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://softwaresweden.com/blog/?p=26</guid>
		<description><![CDATA[I used to work for Sony Ericsson and my first job for the company was developing the J2ME SDK. The last thing I did as a developer was initiating the Mobile jUnit development (another guy finished it, though, and he should get the credit for it becoming a great tool.) This was a couple of [...]]]></description>
			<content:encoded><![CDATA[<p>I used to work for Sony Ericsson and my first job for the company was developing the <a href="https://developer.sonyericsson.com/site/global/docstools/java/p_java.jsp">J2ME SDK</a>. The last thing I did as a developer was initiating the <a href="https://developer.sonyericsson.com/getDocument.do?docId=85608">Mobile jUnit</a> development (another guy finished it, though, and he should get the credit for it becoming a great tool.)</p>
<p>This was a couple of years ago and now when I am in the need for a unit testing framework for Java ME it seems not much has happened. There seems to be basically <a href="http://blog.emptyway.com/2007/04/05/comparison-of-java-me-unit-testing-frameworks/">three options</a> and none of them seems very actively developed. I wonder why.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaresweden.com/2008/07/22/unit-testing-java-mobile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

