<?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://tech.groups.yahoo.com/group/junit/</link>
    <description>JUnit, the Java unit testing framework written by Kent Beck and Erich Gamma. </description>

    <item>
      <title>Re: Junit 4 help</title>
      <pubDate>Tue, 03 Nov 2009 05:56:42 GMT</pubDate>
      <dc:creator>David Saff</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22044</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22044</guid>
      <description>Madhavi, Have you looked at the Parameters runner in JUnit 4?  There&#39;s an example here: </description>
    </item>
    <item>
      <title>Re: Help on Junit4-writing a parameterized test case</title>
      <pubDate>Sat, 31 Oct 2009 15:18:02 GMT</pubDate>
      <dc:creator>le_garcon_enerve</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22043</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22043</guid>
      <description>Hi! Instead of using Rules (or do I missunderstand something?), you could annotate the test-class MyTest with @Runwith(Parametrized.class) and then a public</description>
    </item>
    <item>
      <title>Junit 4 help</title>
      <pubDate>Sat, 31 Oct 2009 15:17:59 GMT</pubDate>
      <dc:creator>madhavi fuge</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22042</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22042</guid>
      <description>Hi All, 
I am a beginner in Junit4. I need your help to write a parameterised
Junit test case. This will help me in learning Junit in a better way. I
am</description>
    </item>
    <item>
      <title>Re: Help on Junit4-writing a parameterized test case</title>
      <pubDate>Fri, 30 Oct 2009 15:09:59 GMT</pubDate>
      <dc:creator>Bogdan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22041</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22041</guid>
      <description>Hello, to help you in your problem, here are some helpful links: How to write parameterized tests </description>
    </item>
    <item>
      <title>Re: maven2 with Junit 4 ignores @Test annotations</title>
      <pubDate>Fri, 30 Oct 2009 15:09:49 GMT</pubDate>
      <dc:creator>iGeek</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22040</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22040</guid>
      <description>I am happy to inform that I was able to make the test classes work. It was really strange because the tests from other modules were running but these weren&#39;t</description>
    </item>
    <item>
      <title>Re: Help on Junit4-writing a parameterized test case</title>
      <pubDate>Fri, 30 Oct 2009 04:05:53 GMT</pubDate>
      <dc:creator>David Saff</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22039</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22039</guid>
      <description>Madhavi, The included code was badly mangled in transit.  Can you try again?  Thanks, David Saff</description>
    </item>
    <item>
      <title>Help on Junit4-writing a parameterized test case</title>
      <pubDate>Fri, 30 Oct 2009 01:57:00 GMT</pubDate>
      <dc:creator>madhufuge</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22038</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22038</guid>
      <description>I am a beginner in Junit4.  I need your help to write a parameterised Junit test case. This will help me in learning Junit in a better way.  I am trying to do</description>
    </item>
    <item>
      <title>Re: maven2 with Junit 4 ignores @Test annotations</title>
      <pubDate>Fri, 30 Oct 2009 01:55:09 GMT</pubDate>
      <dc:creator>Bogdan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22037</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22037</guid>
      <description>I would try the following things: 1. make sure that your project respects the maven structure (sources in src/main/java, tests in src/test/java) 2. remove the</description>
    </item>
    <item>
      <title>Re: How to build a test suite automatically in Junit4?</title>
      <pubDate>Thu, 29 Oct 2009 16:43:45 GMT</pubDate>
      <dc:creator>yme0987654321</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22036</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22036</guid>
      <description>Done, request ID 41.</description>
    </item>
    <item>
      <title>Re: How to build a test suite automatically in Junit4?</title>
      <pubDate>Thu, 29 Oct 2009 14:52:05 GMT</pubDate>
      <dc:creator>David Saff</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22035</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22035</guid>
      <description>Yishai, Can you move the request to github?  I have an idea of a general way to handle things like this, but it looks like it&#39;ll take backseat to concurrency</description>
    </item>
    <item>
      <title>Re: maven2 with Junit 4 ignores @Test annotations</title>
      <pubDate>Thu, 29 Oct 2009 08:38:08 GMT</pubDate>
      <dc:creator>krosenvold</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22034</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22034</guid>
      <description>I&#39;ve head this problem before and if I&#39;m not totally mistaken it&#39;s one of the followin A) Your dependencies or transitive dependencies is picking up junit</description>
    </item>
    <item>
      <title>Re: maven2 with Junit 4 ignores @Test annotations</title>
      <pubDate>Wed, 28 Oct 2009 22:42:50 GMT</pubDate>
      <dc:creator>iGeek</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22033</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22033</guid>
      <description>I seem to be having the same problem. I will try to find a solution online, but I was hoping someone might be able to shed some light on the situation. $mvn</description>
    </item>
    <item>
      <title>Re: Off Topic: Spring Testing</title>
      <pubDate>Wed, 28 Oct 2009 15:59:06 GMT</pubDate>
      <dc:creator>Malte Finsterwalder</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22032</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22032</guid>
      <description>... Duh... Thanks, Malte</description>
    </item>
    <item>
      <title>Re: Off Topic: Spring Testing</title>
      <pubDate>Wed, 28 Oct 2009 13:31:02 GMT</pubDate>
      <dc:creator>krosenvold</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22031</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22031</guid>
      <description>SpringJUnit4ClassRunner does this by default. The &quot;locations&quot; field of @ContextConfigurations is actually the key into the cached spring contexts.</description>
    </item>
    <item>
      <title>Off Topic: Spring Testing</title>
      <pubDate>Wed, 28 Oct 2009 13:20:19 GMT</pubDate>
      <dc:creator>Malte Finsterwalder</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22030</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22030</guid>
      <description>Hi there, slightly off topic: Does anyone here know, whether I can convince Springs test support to reuse a single container for multiple JUnit test classes? I</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Sat Nov  7 23:06:46 PST 2009 -->
