<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/randomjunit/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/randomjunit/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 20 May 2014 19:47:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/randomjunit/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Andres Gomez Casanova</title><link>https://sourceforge.net/p/randomjunit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,34 @@
-Welcome to your wiki!
+# Welcome to Random jUnit

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+This Maven plugin executes the jUnit tests in a random order. This does not help to reproduce errors, but it could help to detect other errors when having a lot of tests. 

-The wiki uses [Markdown](/p/randomjunit/wiki/markdown_syntax/) syntax.
+In order to execute you only need two things: The Maven dependency: 
+    
+      
+        
+          net.sf.randomjunit
+          random-junit
+          1.0.3
+        
+      
+    

-[[members limit=20]]
-[[download_button]]
+and the test defintion: 1) For Suites 
+    
+    @RunWith(RandomSuite.class)
+    @SuiteClasses({ Suite1.class , Suite2.class })
+    public final class AceptationTests {
+    }
+    
+
+2) For tests 
+    
+    @RunWith(RandomTestRunner.class)
+    public final class Suite1 {
+    
+     @Test
+     public void test1(){
+     }
+    
+    }
+    
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andres Gomez Casanova</dc:creator><pubDate>Tue, 20 May 2014 19:47:47 -0000</pubDate><guid>https://sourceforge.net5931fca5d98da584ce4681a59d1e1f235955a614</guid></item><item><title>Home modified by Andres Gomez Casanova</title><link>https://sourceforge.net/p/randomjunit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/randomjunit/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/angoca/"&gt;Andres Gomez Casanova&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-50caf75534309d0a48763eb1" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andres Gomez Casanova</dc:creator><pubDate>Tue, 20 May 2014 19:47:43 -0000</pubDate><guid>https://sourceforge.netf089714a1e1bbd88cf187fdd999a5e4bb8286daa</guid></item></channel></rss>