<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Junit5 on Felix Seifert</title>
		<link>https://felix-seifert.com/blog/tags/junit5/</link>
		<description>Recent content in Junit5 on Felix Seifert</description>
		<generator>Hugo</generator>
		<language>en-gb</language>
		
		
		
			<copyright>Felix Seifert</copyright>
		
		
			<lastBuildDate>Sat, 29 Dec 2018 11:37:09 +0000</lastBuildDate>
		
			<atom:link href="https://felix-seifert.com/blog/tags/junit5/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>JUnit 5: Lists in Parameterized Tests</title>
				<link>https://felix-seifert.com/blog/junit-5-parameterized-tests-using-lists-as-argument/</link>
				<pubDate>Sat, 29 Dec 2018 11:37:09 +0000</pubDate>
				<guid>https://felix-seifert.com/blog/junit-5-parameterized-tests-using-lists-as-argument/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://junit.org/junit5/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;JUnit 5&lt;/a&gt; is one of the most common Java frameworks for unit tests. Version 5 offers parameterized test and is the new major release that replaces the older version 4 which was already released 2006.&#xA;Parameterized tests could be enabled with the annotation &lt;code&gt;@ParameterizedTest&lt;/code&gt;. They could be provided with data and could also be run several times with different values. In addition to providing parameterized tests with primitive data via the annotation &lt;code&gt;@ValueSource&lt;/code&gt;, it is also possible to pass more complex data via the annotation &lt;code&gt;@MethodSource&lt;/code&gt;. This article will show how to provide several lists for a parameterized test in JUnit 5.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
