<?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 - Chapter from Agile Java: Assertions and Annotations</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>Sat, 18 May 2013 21:56:08 -0400</pubDate>


    <item>

        <title>weird @tag uses</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=34508</link>

        

        
            <description><![CDATA[I've also used annotations to enhance JUnit 3.8.1 with the @Ignore annotation (see <a href="http://langrsoft.com/articles/annotations.shtml" target="_blank">http://langrsoft.com/articles/annotations.shtml</a>, written in early 2004). The goal is to raise...]]></description>
        

        <pubDate>Fri, 17 Jun 2005 10:28:49 -0400</pubDate>

        

        <jf:creationDate>Fri, 17 Jun 2005 10:28:49 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 17 Jun 2005 10:28:49 -0400</jf:modificationDate>
        <jf:date>Jun 17, 2005</jf:date>
        <jf:author>Jeff Langr</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>weird @tag uses</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=34508</link>

        

        
            <description><![CDATA[<blockquote>...but most of the examples in the sample chapter seem like fantasy.</blockquote>Maybe.  But it is the first good, real world example I've seen on how to use annotations.]]></description>
        

        <pubDate>Thu, 16 Jun 2005 12:21:32 -0400</pubDate>

        

        <jf:creationDate>Thu, 16 Jun 2005 12:21:32 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 16 Jun 2005 12:21:32 -0400</jf:modificationDate>
        <jf:date>Jun 16, 2005</jf:date>
        <jf:author>Mark N</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>weird @tag uses</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=34508</link>

        

        
            <description><![CDATA[I like simplifying things. Building an Eclipse plug-in to parse @modified tags on each method doesn't seem to accomplish this. Don't we have version control to see who did what to a file?<br><br>Using @Override to make sure you don't mess up seems like a...]]></description>
        

        <pubDate>Thu, 16 Jun 2005 10:54:50 -0400</pubDate>

        

        <jf:creationDate>Thu, 16 Jun 2005 10:54:50 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 16 Jun 2005 10:54:50 -0400</jf:modificationDate>
        <jf:date>Jun 16, 2005</jf:date>
        <jf:author>Daniel Haran</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>oops</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=34508</link>

        

        
            <description><![CDATA[Brain dead. Replace &quot;annotations&quot; with &quot;assertions&quot; in previous post.<br><br>-j-]]></description>
        

        <pubDate>Thu, 16 Jun 2005 10:34:14 -0400</pubDate>

        

        <jf:creationDate>Thu, 16 Jun 2005 10:34:14 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 16 Jun 2005 10:34:14 -0400</jf:modificationDate>
        <jf:date>Jun 16, 2005</jf:date>
        <jf:author>Jeff Langr</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Why bother with assert?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=34508</link>

        

        
            <description><![CDATA[The development of the alternate test framework is somewhat of an academic exercise. However, if things are under your control--as they should be within most environments--there's no reason that depending upon annotations should be a problem....]]></description>
        

        <pubDate>Thu, 16 Jun 2005 10:32:30 -0400</pubDate>

        

        <jf:creationDate>Thu, 16 Jun 2005 10:32:30 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 16 Jun 2005 10:32:30 -0400</jf:modificationDate>
        <jf:date>Jun 16, 2005</jf:date>
        <jf:author>Jeff Langr</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Building your own testing framework</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=34508</link>

        

        
            <description><![CDATA[Hello,<br><br>Funny enough I just put this web site yesterday <a href="http://testinium.org/" target="_blank">testinium.org</a>]]></description>
        

        <pubDate>Thu, 16 Jun 2005 04:46:15 -0400</pubDate>

        

        <jf:creationDate>Thu, 16 Jun 2005 04:46:15 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 16 Jun 2005 04:46:15 -0400</jf:modificationDate>
        <jf:date>Jun 16, 2005</jf:date>
        <jf:author>Thierry Janaudy</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Chapter from Agile Java: Assertions and Annotations</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=34508</link>

        

        
            <description><![CDATA[I have notice a mistake about meta tag @Inherited (page 561),<br>@Inherited has no effect if used on target other than type.<br><br><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/annotation/Inherited.html"...]]></description>
        

        <pubDate>Thu, 16 Jun 2005 03:54:06 -0400</pubDate>

        

        <jf:creationDate>Thu, 16 Jun 2005 03:54:06 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 16 Jun 2005 03:54:06 -0400</jf:modificationDate>
        <jf:date>Jun 16, 2005</jf:date>
        <jf:author>Remi Forax</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Why bother with assert?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=34508</link>

        

        
            <description><![CDATA[<blockquote>I don't see the practicality of an assert statement if they can be switched off or, more importantly, disabled by default.</blockquote>The whole point of an assertion is that it can be switched off.  That way you can run a very expensive...]]></description>
        

        <pubDate>Wed, 15 Jun 2005 19:31:53 -0400</pubDate>

        

        <jf:creationDate>Wed, 15 Jun 2005 19:31:53 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 15 Jun 2005 19:31:53 -0400</jf:modificationDate>
        <jf:date>Jun 15, 2005</jf:date>
        <jf:author>Michael Lorton</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Why bother with assert?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=34508</link>

        

        
            <description><![CDATA[I don't see the practicality of an assert statement if they can be switched off or, more importantly, disabled by default.<br><br>I guess this chapter is more of an academic exercise rather than providing a real testing framework...]]></description>
        

        <pubDate>Wed, 15 Jun 2005 19:11:17 -0400</pubDate>

        

        <jf:creationDate>Wed, 15 Jun 2005 19:11:17 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 15 Jun 2005 19:11:17 -0400</jf:modificationDate>
        <jf:date>Jun 15, 2005</jf:date>
        <jf:author>kim pepper</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Chapter from Agile Java: Assertions and Annotations</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=34508</link>

        

        
            <description><![CDATA[Agile Java, written by Jeff Langr, walks through test-driven development with Java 5.0. It shows how to translate oral requirements into practical tests, and then shows how to use those tests. This chapter, Assertions and Annotations, shows how to build...]]></description>
        

        <pubDate>Mon, 13 Jun 2005 09:52:56 -0400</pubDate>

        

        <jf:creationDate>Mon, 13 Jun 2005 09:52:56 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 13 Jun 2005 09:52:56 -0400</jf:modificationDate>
        <jf:date>Jun 13, 2005</jf:date>
        <jf:author>Joseph Ottinger</jf:author>
        <jf:replyCount>9</jf:replyCount>
    </item>



</channel>
</rss>

