<?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>renemoser.net &#187; junit</title>
	<atom:link href="http://www.renemoser.net/tag/junit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.renemoser.net</link>
	<description>more or less a tech blog</description>
	<lastBuildDate>Mon, 02 Aug 2010 08:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XMLUnit: JUnit and NUnit testing for XML</title>
		<link>http://www.renemoser.net/2009/10/xmlunit-junit-and-nunit-testing-for-xml/</link>
		<comments>http://www.renemoser.net/2009/10/xmlunit-junit-and-nunit-testing-for-xml/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 06:16:20 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=789</guid>
		<description><![CDATA[XMLUnit [1] for Java provides two JUnit extension classes, XMLAssert and XMLTestCase, and a set of supporting classes (e.g. Diff, DetailedDiff, Transform, SimpleXpathEngine, Validator, NodeTest) that allow assertions to be made about:

The differences between two pieces of XML
The outcome of transforming a piece of XML using XSLT
The evaluation of an XPath expression on a piece [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>XMLUnit [1] for Java provides two JUnit extension classes, XMLAssert and XMLTestCase, and a set of supporting classes (e.g. Diff, DetailedDiff, Transform, SimpleXpathEngine, Validator, NodeTest) that allow assertions to be made about:</p>
<ul>
<li>The differences between two pieces of XML</li>
<li>The outcome of transforming a piece of XML using XSLT</li>
<li>The evaluation of an XPath expression on a piece of XML</li>
<li>The validity of a piece of XML</li>
<li>Individual nodes in a piece of XML that are exposed by DOM Traversal</li>
</ul>
<p>XMLUnit for Java can also treat HTML content (even badly-formed HTML) as valid XML to allow these assertions to be made about the content of web pages too.</p></blockquote>
<p>[1] <a href="http://xmlunit.sourceforge.net/">http://xmlunit.sourceforge.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2009/10/xmlunit-junit-and-nunit-testing-for-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EclEmma: Java code coverage tool for Eclipse</title>
		<link>http://www.renemoser.net/2009/06/eclemma/</link>
		<comments>http://www.renemoser.net/2009/06/eclemma/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 15:01:11 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[junit]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=682</guid>
		<description><![CDATA[
 EclEmma [1] is a free Java code coverage tool for Eclipse [2], available under the Eclipse Public License. Internally it is based on the great EMMA Java code coverage tool, trying to adopt EMMA&#8217;s philosophy for the Eclipse workbench:

Fast develop/test cycle: Launches from within the workbench like JUnit [3] test runs can directly be [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>
 EclEmma [1] is a free Java code coverage tool for Eclipse [2], available under the Eclipse Public License. Internally it is based on the great <a href="http://emma.sourceforge.net/">EMMA Java code coverage tool</a>, trying to adopt EMMA&#8217;s philosophy for the Eclipse workbench:</p>
<ul>
<li>Fast develop/test cycle: Launches from within the workbench like JUnit [3] test runs can directly be analyzed for code coverage.</li>
<li>Rich coverage analysis: Coverage results are immediately summarized and highlighted in the Java source code editors.</li>
<li>Non-invasive: EclEmma does not require modifying your projects or performing any other setup.</li>
</ul>
<p>The Eclipse integration has its focus on supporting the individual developer in an highly interactive way.</p>
<p>The update site for EclEmma is <a href="http://update.eclemma.org/">http://update.eclemma.org/</a>.
</p></blockquote>
<p>See also <a href="http://www.eclemma.org/installation.html">installation howto</a>.</p>
<p>[1] <a href="http://www.eclemma.org/">http://www.eclemma.org</a><br />
[2] <a href="http://www.eclipse.org/">http://www.eclipse.org</a><br />
[3] <a href="http://www.junit.org/">http://www.junit.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2009/06/eclemma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JExample: JUnit extension helps to reuse fixtures and to pinpoint failures</title>
		<link>http://www.renemoser.net/2009/02/jexample-junit-extension-helps-to-reuse-fixtures-and-to-pinpoint-failures/</link>
		<comments>http://www.renemoser.net/2009/02/jexample-junit-extension-helps-to-reuse-fixtures-and-to-pinpoint-failures/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 11:25:08 +0000</pubDate>
		<dc:creator>resmo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.renemoser.net/?p=597</guid>
		<description><![CDATA[JExample [1] introduces producer-consumer relationships to unit-testing. A producer is a test method that yields its unit under test as return value. A consumer is a test method that depends on one or more producers and their return values.

Pinpoint failures: JExample skips any test method whose producer has failed.
Reuse fixtures: the return value of a [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>JExample [1] introduces producer-consumer relationships to unit-testing. A producer is a test method that yields its unit under test as return value. A consumer is a test method that depends on one or more producers and their return values.</p>
<ul>
<li>Pinpoint failures: JExample skips any test method whose producer has failed.</li>
<li>Reuse fixtures: the return value of a producer is injected into its consumers.</li>
</ul>
</blockquote>
<p>It is released unter<a href="http://www.opensource.org/licenses/cpl1.0.php"> Common Public License Version 1.0 (CPL)</a>.</p>
<p>[1] <a href="http://smallwiki.unibe.ch/jexample">http://smallwiki.unibe.ch/jexample</a>, <a href="http://sourceforge.net/projects/jexample/">http://sourceforge.net/projects/jexample/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renemoser.net/2009/02/jexample-junit-extension-helps-to-reuse-fixtures-and-to-pinpoint-failures/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
