<?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: Gathering and displaying supplemental information about test fai</title>
      <pubDate>Fri, 20 Nov 2009 21:07:24 GMT</pubDate>
      <dc:creator>Sunburned Surveyor</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22085</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22085</guid>
      <description>David, In this particular case your technique would work. I wonder, when testing return values that are slightly more complicated, if this would start to fall</description>
    </item>
    <item>
      <title>Re: Gathering and displaying supplemental information about test fai</title>
      <pubDate>Fri, 20 Nov 2009 20:11:28 GMT</pubDate>
      <dc:creator>Sunburned Surveyor</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22084</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22084</guid>
      <description>Big Mike, Thanks for the info. I don&#39;t know that the system I have in mind will require any tweaks to JUnit. I think all of my code can run along side of it,</description>
    </item>
    <item>
      <title>Re: Gathering and displaying supplemental information about test fai</title>
      <pubDate>Fri, 20 Nov 2009 19:35:09 GMT</pubDate>
      <dc:creator>Forsberg, Mike</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22083</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22083</guid>
      <description>You might consider extending/changing/refactoring JUnit itself using github. There you can fork JUnit itself and submit your idea for inclusion for everyone.</description>
    </item>
    <item>
      <title>Re: Gathering and displaying supplemental information about test fai</title>
      <pubDate>Fri, 20 Nov 2009 19:26:39 GMT</pubDate>
      <dc:creator>Sunburned Surveyor</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22082</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22082</guid>
      <description>Mike, I&#39;ve never seen it. I am interested, but ultimately we are looking for a solution that will work outside of Eclipse. We are working on an open source </description>
    </item>
    <item>
      <title>Re: Gathering and displaying supplemental information about test fai</title>
      <pubDate>Fri, 20 Nov 2009 19:22:31 GMT</pubDate>
      <dc:creator>David Saff</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22081</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22081</guid>
      <description>Dear Sunburned, If I write assertEquals(&quot;(1,-1,0)&quot;, point.toString()); and change the toString method, I get this (slightly garbled, but mostly helpful)</description>
    </item>
    <item>
      <title>Re: Gathering and displaying supplemental information about test 	fa</title>
      <pubDate>Fri, 20 Nov 2009 19:20:27 GMT</pubDate>
      <dc:creator>Forsberg, Mike</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22080</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22080</guid>
      <description>Have you looked at how eclipse handles AssertEquals of two Strings. Not sure if this is a JUnit core functionality or not.  But eclipse highlights how the two</description>
    </item>
    <item>
      <title>Gathering and displaying supplemental information about test failure</title>
      <pubDate>Fri, 20 Nov 2009 19:16:45 GMT</pubDate>
      <dc:creator>Sunburned Surveyor</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22079</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22079</guid>
      <description>I have a question about the options for gathering and displaying supplemental information about test failures. Please allow me to illustrate my question with a</description>
    </item>
    <item>
      <title>Re: Categories in JUnit 4.8</title>
      <pubDate>Fri, 20 Nov 2009 16:28:31 GMT</pubDate>
      <dc:creator>David Saff</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22078</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22078</guid>
      <description>... Some (many) people have asked for categories as a way of running only some of their tests, and our primary goal is to help them.  If you were ever tempted</description>
    </item>
    <item>
      <title>Re: An &quot;after all tests&quot; event</title>
      <pubDate>Fri, 20 Nov 2009 16:20:11 GMT</pubDate>
      <dc:creator>yme0987654321</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22077</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22077</guid>
      <description>Stolsvik, What you want (annotate some random class somewhere) isn&#39;t currently supported by JUnit (as far as I know). But what you can do is make a suite. So</description>
    </item>
    <item>
      <title>Re: An &quot;after all tests&quot; event</title>
      <pubDate>Fri, 20 Nov 2009 13:27:23 GMT</pubDate>
      <dc:creator>stolsvik</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22076</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22076</guid>
      <description>Folks, thanks for your answers. ... Could you tell me directly, or point to some resource, of how I set that up? Your sentence didn&#39;t immediately ring</description>
    </item>
    <item>
      <title>Re: Categories in JUnit 4.8</title>
      <pubDate>Fri, 20 Nov 2009 13:25:00 GMT</pubDate>
      <dc:creator>David Saff</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22075</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22075</guid>
      <description>All, I can see that a short code snippet has been misleading about what our proposal makes easy, possible, and impossible.  I&#39;ll try to post a longer feature</description>
    </item>
    <item>
      <title>Re: Categories in JUnit 4.8</title>
      <pubDate>Fri, 20 Nov 2009 08:29:13 GMT</pubDate>
      <dc:creator>Bogdan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22074</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22074</guid>
      <description>I agree with Georg. I prefer an annotation where I can specify the subcategories where a test fits. Something like: @Category( &quot;database.mysql.local&quot; ) public</description>
    </item>
    <item>
      <title>Re: An &quot;after all tests&quot; event</title>
      <pubDate>Thu, 19 Nov 2009 19:50:27 GMT</pubDate>
      <dc:creator>Cédric Beust </dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22073</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22073</guid>
      <description>... No, as wrappers of an entire test suite: BeforeSuite BeforeClass ... AfterClass BeforeClass AfterClass ... AfterSuite -- ***Cédric * [Non-text portions of</description>
    </item>
    <item>
      <title>Re: An &quot;after all tests&quot; event</title>
      <pubDate>Thu, 19 Nov 2009 19:45:56 GMT</pubDate>
      <dc:creator>yme0987654321</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22072</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22072</guid>
      <description>Cedric, That is what you get out of @BeforeClass and @AfterClass when you define them on the class with the @RunWith(Suite.class) annotation. It is the same</description>
    </item>
    <item>
      <title>Re: An &quot;after all tests&quot; event</title>
      <pubDate>Thu, 19 Nov 2009 19:44:13 GMT</pubDate>
      <dc:creator>David Saff</dc:creator>
      <link>http://tech.groups.yahoo.com/group/junit/message/22071</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/junit/message/22071</guid>
      <description>As synonyms for BeforeClass and AfterClass? David Saff</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Fri Nov 20 14:02:04 PST 2009 -->
