<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - JUnit 4.0 has been released</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Thu, 23 May 2013 08:10:39 -0400</pubDate>


    <item>

        <title>methods to be run in a collection of full qualified method names</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[<p>How can I specify the methods to be run in a collection of full qualified method names with this junit core extension ?</p>
<p>Abby - <a href="http://www.mfglobalmarkets.com/sg-en/cfds" target="_blank">cfds</a> specialist.</p>]]></description>
        

        <pubDate>Wed, 20 Apr 2011 03:55:21 -0400</pubDate>

        

        <jf:creationDate>Wed, 20 Apr 2011 03:55:21 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 20 Apr 2011 03:55:21 -0400</jf:modificationDate>
        <jf:date>Apr 20, 2011</jf:date>
        <jf:author>abby lays</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Test Data Construction: also possible with JUnit 4</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[Your example has a similar structure as JUnit 4 allows to realize it. In JUnit, DataProvider becomes Parameterized (annotation) and the functionality providing the data becomes Parameters (annotation). Thus, JUnit seems to have an additional layer.]]></description>
        

        <pubDate>Mon, 27 Feb 2006 05:09:25 -0500</pubDate>

        

        <jf:creationDate>Mon, 27 Feb 2006 05:09:25 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 27 Feb 2006 05:09:25 -0500</jf:modificationDate>
        <jf:date>Feb 27, 2006</jf:date>
        <jf:author>Klaus Meffert</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Sending Dynamic Parameter values</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[Is There any way we could pass Dynamic parameters to the JUnitee Test case?]]></description>
        

        <pubDate>Mon, 20 Feb 2006 08:38:10 -0500</pubDate>

        

        <jf:creationDate>Mon, 20 Feb 2006 08:38:10 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 20 Feb 2006 08:38:10 -0500</jf:modificationDate>
        <jf:date>Feb 20, 2006</jf:date>
        <jf:author>Naveen Gayar</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>JUnit 4.0 has been released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[<blockquote>I doubt it but can you tell javac not to include certain annotated methods?</blockquote>No, this would go against one of the major principles in Java:  a Java program should always have the same behavior regardless of the environment in which...]]></description>
        

        <pubDate>Fri, 17 Feb 2006 15:56:46 -0500</pubDate>

        

        <jf:creationDate>Fri, 17 Feb 2006 15:56:46 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 17 Feb 2006 15:56:46 -0500</jf:modificationDate>
        <jf:date>Feb 17, 2006</jf:date>
        <jf:author>Cedric Beust</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>JUnit 4.0 has been released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[I doubt it but can you tell javac not to include certain annotated methods?<br><br>It would be cool to be able to have test methods alongside the real code without any TestCase extension, but only if they can be stripped out.<br><br>Why?  Because the...]]></description>
        

        <pubDate>Fri, 17 Feb 2006 11:34:08 -0500</pubDate>

        

        <jf:creationDate>Fri, 17 Feb 2006 11:34:08 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 17 Feb 2006 11:34:08 -0500</jf:modificationDate>
        <jf:date>Feb 17, 2006</jf:date>
        <jf:author>George Coller</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Backward compatibility</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[<blockquote>Also, the benefit of moving on is not a benefit that pertains to clients; it pertains to developers. I single example. Using hibernate annotations ina project I saved a lot of time by not having to generate the mapping files. The mapping...]]></description>
        

        <pubDate>Fri, 17 Feb 2006 11:17:27 -0500</pubDate>

        

        <jf:creationDate>Fri, 17 Feb 2006 11:17:27 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 17 Feb 2006 11:17:27 -0500</jf:modificationDate>
        <jf:date>Feb 17, 2006</jf:date>
        <jf:author>David McCoy</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Test Data Construction</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[Hi Jens,<br><blockquote>Making sure that lots of test data for A and C stay in synch, especially after touching B.</blockquote><br>We recognized the need for supplying data to our testcases, objects (in your example A, B and C) and setting up the...]]></description>
        

        <pubDate>Fri, 17 Feb 2006 10:46:19 -0500</pubDate>

        

        <jf:creationDate>Fri, 17 Feb 2006 10:46:19 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 17 Feb 2006 10:46:19 -0500</jf:modificationDate>
        <jf:date>Feb 17, 2006</jf:date>
        <jf:author>Bjorn Granvik</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>&amp;gt;</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[<div class="jive-quote">Also, I somehow, want to derive my test case class with <br>&gt; junit TestCase class which I can effectively organize my <br>&gt; suite.<br><br>What's the organizing has to do with extending the TestCase?</div>]]></description>
        

        <pubDate>Fri, 17 Feb 2006 03:57:40 -0500</pubDate>

        

        <jf:creationDate>Fri, 17 Feb 2006 03:57:40 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 17 Feb 2006 03:57:40 -0500</jf:modificationDate>
        <jf:date>Feb 17, 2006</jf:date>
        <jf:author>Yagiz Erkan</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Backward compatibility</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[Relax guys! Are you suggesting that we shouldn't use new Java 5 features in any of the frameworks just because legacy projects cannot use them? What's the purpose of having an evolving platform then? You still have JUnit 3.8.1, nothing has changed for...]]></description>
        

        <pubDate>Fri, 17 Feb 2006 03:54:54 -0500</pubDate>

        

        <jf:creationDate>Fri, 17 Feb 2006 03:54:54 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 17 Feb 2006 03:54:54 -0500</jf:modificationDate>
        <jf:date>Feb 17, 2006</jf:date>
        <jf:author>Yagiz Erkan</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>But they dont compile on java1.4 no more, so broke gump</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[Since monday, Apache gump has been broken, because JUnit CVS_HEAD suddenly switched to Java1.5 only. Every single project that depends on gump (500+) suddenly breaks, because junit wont build:<br><a...]]></description>
        

        <pubDate>Fri, 17 Feb 2006 02:33:26 -0500</pubDate>

        

        <jf:creationDate>Fri, 17 Feb 2006 02:33:26 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 17 Feb 2006 02:33:26 -0500</jf:modificationDate>
        <jf:date>Feb 17, 2006</jf:date>
        <jf:author>Steve Loughran</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>And that's better?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[<blockquote>That example doesn't seem much of an improvement over 3.8.1 test code.public void testSimpleAdd() {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Money m12CHF= new Money(12, &quot;CHF&quot;); &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Money m14CHF= new...]]></description>
        

        <pubDate>Fri, 17 Feb 2006 02:29:05 -0500</pubDate>

        

        <jf:creationDate>Fri, 17 Feb 2006 02:29:05 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 17 Feb 2006 02:29:05 -0500</jf:modificationDate>
        <jf:date>Feb 17, 2006</jf:date>
        <jf:author>chenggn</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Test Data Construction</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[<blockquote>Could you be more specific and explain what these two ends are?</blockquote><br>Usually I have a client (say test case) A that executes methods of component B that depends on component C. C needs to return data that match parameters of A. So...]]></description>
        

        <pubDate>Thu, 16 Feb 2006 17:30:08 -0500</pubDate>

        

        <jf:creationDate>Thu, 16 Feb 2006 17:30:08 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 16 Feb 2006 17:30:08 -0500</jf:modificationDate>
        <jf:date>Feb 16, 2006</jf:date>
        <jf:author>Jens Schumann</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Backward compatibility</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[Also, <br>the benefit of moving on is not a benefit that pertains to clients; it pertains to developers. I single example. Using hibernate annotations ina project I saved a lot of time by not having to generate the mapping files. The mapping files just...]]></description>
        

        <pubDate>Thu, 16 Feb 2006 16:59:48 -0500</pubDate>

        

        <jf:creationDate>Thu, 16 Feb 2006 16:59:48 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 16 Feb 2006 16:59:48 -0500</jf:modificationDate>
        <jf:date>Feb 16, 2006</jf:date>
        <jf:author>Erick Dovale</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Test Data Construction</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[<blockquote>Cedric, correct me if I am wrong, but doesn't a Data Provider solve just one end of the problem only? Usually I have a hard time to provide the data in the way you described AND have my test dependency using exactly the same...]]></description>
        

        <pubDate>Thu, 16 Feb 2006 16:51:41 -0500</pubDate>

        

        <jf:creationDate>Thu, 16 Feb 2006 16:51:41 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 16 Feb 2006 16:51:41 -0500</jf:modificationDate>
        <jf:date>Feb 16, 2006</jf:date>
        <jf:author>Cedric Beust</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Backward compatibility</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=39048</link>

        

        
            <description><![CDATA[java 5 can run java 1.4 code and yes, I know dropping all you have and recode it to take advantage of certain features is a no-no for any developer with a minimun of common sense. Newly added functionality however, in most cases, can leverage the new...]]></description>
        

        <pubDate>Thu, 16 Feb 2006 16:50:21 -0500</pubDate>

        

        <jf:creationDate>Thu, 16 Feb 2006 16:50:21 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 16 Feb 2006 16:50:21 -0500</jf:modificationDate>
        <jf:date>Feb 16, 2006</jf:date>
        <jf:author>Erick Dovale</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>



</channel>
</rss>

