<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>junit at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/junit/</link>
    <description>JUnit, the Java unit testing framework written by Kent Beck and Erich Gamma. </description>

    <item>
      <title>Re: Re-licensing from CPL to EPL (again)</title>
      <pubDate>Thu, 23 May 2013 06:18:26 GMT</pubDate>
      <dc:creator>Jaroslav Tulach</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24387</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24387</guid>
      <description>... That would be nice... ... ...currently NetBeans IDE lets the end user download JUnit from Maven central when needed. This is problematic for users behind</description>
    </item>
    <item>
      <title>Re: Re-licensing from CPL to EPL (again)</title>
      <pubDate>Wed, 22 May 2013 17:58:48 GMT</pubDate>
      <dc:creator>David Saff</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24386</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24386</guid>
      <description>For context, Philippe brought this to my attention again.  I think it&#39;s time to just do it, but this is the chance for anyone who has concerns to speak up. </description>
    </item>
    <item>
      <title>Re-licensing from CPL to EPL (again)</title>
      <pubDate>Wed, 22 May 2013 10:49:53 GMT</pubDate>
      <dc:creator>Philippe Marschall</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24385</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24385</guid>
      <description>Hi There are several cases (at least NetBeans and OpenJDK) where JUnit can&#39;t be used because it&#39;s CPL and EPL would be fine. To sum up: - EPL is the latest</description>
    </item>
    <item>
      <title>Re: Externally activated (global) rules</title>
      <pubDate>Sun, 12 May 2013 13:37:23 GMT</pubDate>
      <dc:creator>Henning Groß</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24384</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24384</guid>
      <description>Hi Matthew! Sounds like a possibility. I will have a look at it. But I still think it would be good to have the possibility to enable rules globally. Regards! </description>
    </item>
    <item>
      <title>Re: BlockJUnit4ClassRunner and @Ignore</title>
      <pubDate>Sun, 05 May 2013 15:18:44 GMT</pubDate>
      <dc:creator>org.junit@...</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24383</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24383</guid>
      <description>On Sun, 5 May 2013 14:21:19 &#43;0000 ... Sorry, false alarm! The fireTestIgnored() method is called correctly (an exception elsewhere was being swallowed</description>
    </item>
    <item>
      <title>BlockJUnit4ClassRunner and @Ignore</title>
      <pubDate>Sun, 05 May 2013 14:54:27 GMT</pubDate>
      <dc:creator>org.junit@...</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24382</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24382</guid>
      <description>Hello. I&#39;m writing a small program that passes a custom RunNotifier to an instance of BlockJUnit4ClassRunner and for some reason, it seems that the</description>
    </item>
    <item>
      <title>Re: JUnit 4.12 issue when using theory + enum type + DataPoint that </title>
      <pubDate>Sat, 04 May 2013 12:37:32 GMT</pubDate>
      <dc:creator>willmcqueen</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24381</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24381</guid>
      <description>Done: https://github.com/junit-team/junit/issues/673 Thanks, David. Cheers, Will</description>
    </item>
    <item>
      <title>Re: JUnit 4.12 issue when using theory + enum type + DataPoint that </title>
      <pubDate>Fri, 03 May 2013 17:03:37 GMT</pubDate>
      <dc:creator>David Saff</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24380</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24380</guid>
      <description>Will, I think this is relevant to recent work on theories by @pimterry.  Can you create a bug on github, and mention @pimterry in the description?  Thanks, </description>
    </item>
    <item>
      <title>Out of Mem when using @DataPoints with Iterator type, request lazy f</title>
      <pubDate>Thu, 02 May 2013 05:18:33 GMT</pubDate>
      <dc:creator>willmcqueen</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24379</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24379</guid>
      <description>Hi, ... ...but just one problem -- the JUnit Iterable @DataPoints doesn&#39;t seem to get the data lazily... it looks like it slurps everything into memory before</description>
    </item>
    <item>
      <title>JUnit 4.12 issue when using theory + enum type + DataPoint that cont</title>
      <pubDate>Thu, 02 May 2013 03:24:35 GMT</pubDate>
      <dc:creator>willmcqueen</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24378</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24378</guid>
      <description>Hi, I have a Theory with a parameter list that includes a String, a boolean, and an enum. The latter 2 should be automatically assigned and should not need any</description>
    </item>
    <item>
      <title>Re: Externally activated (global) rules</title>
      <pubDate>Tue, 30 Apr 2013 13:55:52 GMT</pubDate>
      <dc:creator>Matthew Farwell</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24377</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24377</guid>
      <description>Hello, Are you using maven? If so, one option that you could possibly consider is using a different provider to surefire. A provider is a class which knows how</description>
    </item>
    <item>
      <title>Re: Externally activated (global) rules</title>
      <pubDate>Tue, 30 Apr 2013 12:38:22 GMT</pubDate>
      <dc:creator>Henning Groß</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24376</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24376</guid>
      <description>Hi Kevin! Thank you very much for your feedback! First some words to the environment: In the project I need the feature we currently have 9 developers and it </description>
    </item>
    <item>
      <title>Re: Externally activated (global) rules</title>
      <pubDate>Mon, 29 Apr 2013 19:14:15 GMT</pubDate>
      <dc:creator>Kevin Cooney</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24375</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24375</guid>
      <description>Henning, Sorry for the lack of response. JUnit is maintained by volunteers, and sometimes our day jobs get busy. I was waiting for David to respond (I am a </description>
    </item>
    <item>
      <title>Externally activated (global) rules</title>
      <pubDate>Mon, 29 Apr 2013 15:19:24 GMT</pubDate>
      <dc:creator>Henning Groß</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24374</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24374</guid>
      <description>Hi! I have a use-case where I need to enable rules based on external parameters. Therefore I cannot activate them in code. I have submitted a pull request: </description>
    </item>
    <item>
      <title>new JUnit book</title>
      <pubDate>Thu, 25 Apr 2013 22:18:47 GMT</pubDate>
      <dc:creator>Tomek Kaczanowski</dc:creator>
      <link>http://groups.yahoo.com/group/junit/message/24373</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/junit/message/24373</guid>
      <description>Hi All, I&#39;m happy to inform you that my book &quot;Practical Unit Testing with JUnit and Mockito&quot; is available now! http://practicalunittesting.com I would like to</description>
    </item>

  </channel>
</rss>
<!-- rss2.grp.bf1.yahoo.com uncompressed Thu May 23 11:37:23 PDT 2013 -->
