<?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: Using JUnit Parameterized Annotation</title>
	<atom:link href="http://isagoksu.com/2009/development/agile-development/test-driven-development/using-junit-parameterized-annotation/feed/" rel="self" type="application/rss+xml" />
	<link>http://isagoksu.com/2009/development/agile-development/test-driven-development/using-junit-parameterized-annotation/</link>
	<description>Nobody can be perfect, but you can think better, design better, and always use baby steps!</description>
	<lastBuildDate>Thu, 11 Mar 2010 08:07:26 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Usando JUnit Parameterized na sua bateria de testes &#124; BloBloBlog</title>
		<link>http://isagoksu.com/2009/development/agile-development/test-driven-development/using-junit-parameterized-annotation/comment-page-1/#comment-4875</link>
		<dc:creator>Usando JUnit Parameterized na sua bateria de testes &#124; BloBloBlog</dc:creator>
		<pubDate>Wed, 09 Dec 2009 13:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://isagoksu.com/?p=362#comment-4875</guid>
		<description>&lt;p&gt;[...] Nossas pesquisas no Google nos levaram a uma funcionalidade bem promissora do JUnit 4.2: a classe Parameterized, que é uma especialização de  Suite. Utilizando Parameterized, é possível passar qualquer tipo de argumento para o construtor da classe de teste através de um método anotado com @Parameters.  Este método deve retornar uma coleção de arrays &#8211; Collection&lt;Object[]&gt; &#8211; com os objetos necessários para o construtor da classe de teste. Um bom exemplo, em inglês, de como usar pode ser visto neste link. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Nossas pesquisas no Google nos levaram a uma funcionalidade bem promissora do JUnit 4.2: a classe Parameterized, que é uma especialização de  Suite. Utilizando Parameterized, é possível passar qualquer tipo de argumento para o construtor da classe de teste através de um método anotado com @Parameters.  Este método deve retornar uma coleção de arrays &#8211; Collection<object []> &#8211; com os objetos necessários para o construtor da classe de teste. Um bom exemplo, em inglês, de como usar pode ser visto neste link. [...]</object></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Using JUnit DataPoints and Theories &#124; « Simple and Pragmatic Thoughts » Isa Goksu</title>
		<link>http://isagoksu.com/2009/development/agile-development/test-driven-development/using-junit-parameterized-annotation/comment-page-1/#comment-2748</link>
		<dc:creator>Using JUnit DataPoints and Theories &#124; « Simple and Pragmatic Thoughts » Isa Goksu</dc:creator>
		<pubDate>Tue, 14 Jul 2009 06:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://isagoksu.com/?p=362#comment-2748</guid>
		<description>&lt;p&gt;[...] came across with very nice feature. I think it&#8217;s going to make much more sense after my first article about JUnit&#8217;s @Parameterized [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] came across with very nice feature. I think it&#8217;s going to make much more sense after my first article about JUnit&#8217;s @Parameterized [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel</title>
		<link>http://isagoksu.com/2009/development/agile-development/test-driven-development/using-junit-parameterized-annotation/comment-page-1/#comment-2736</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Mon, 13 Jul 2009 16:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://isagoksu.com/?p=362#comment-2736</guid>
		<description>&lt;p&gt;Data Providers is the first thing that people learn about when explore &lt;a href=&quot;http://www.phpunit.de/manual/current/en/writing-tests-for-phpunit.html&quot; rel=&quot;nofollow&quot;&gt;PHP Unit&lt;/a&gt; framework but I&#039;ve just realized that haven&#039;t ever used it in JUnit yet! Thank you for rising this!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Data Providers is the first thing that people learn about when explore <a href="http://www.phpunit.de/manual/current/en/writing-tests-for-phpunit.html" rel="nofollow">PHP Unit</a> framework but I&#8217;ve just realized that haven&#8217;t ever used it in JUnit yet! Thank you for rising this!</p>]]></content:encoded>
	</item>
</channel>
</rss>
