org.apache.tapestry.annotations
Class TestMessageAnnotationWorker

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.annotations.BaseAnnotationTestCase
          extended by org.apache.tapestry.annotations.TestMessageAnnotationWorker

public class TestMessageAnnotationWorker
extends BaseAnnotationTestCase


Constructor Summary
TestMessageAnnotationWorker()
           
 
Method Summary
 void testInvalidBindings()
           
 void testMessageWithParameters()
           
 void testMessageWithPrimitiveParameters()
           
 void testMessageWithSpecificKey()
           
 void testNoArgsMessage()
           
 void testNoParams()
           
 void testNotStringReturnType()
           
 void testObjectParam()
           
 void testPrimitiveParam()
           
 void testSetterIsClaimed()
           
 
Methods inherited from class org.apache.tapestry.annotations.BaseAnnotationTestCase
findMethod, newErrorLog, newMethodLocation, newOp, newResource, newSpec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMessageAnnotationWorker

public TestMessageAnnotationWorker()
Method Detail

testNoArgsMessage

public void testNoArgsMessage()

testMessageWithSpecificKey

public void testMessageWithSpecificKey()

testMessageWithParameters

public void testMessageWithParameters()

testMessageWithPrimitiveParameters

public void testMessageWithPrimitiveParameters()

testNotStringReturnType

public void testNotStringReturnType()

testSetterIsClaimed

public void testSetterIsClaimed()

testNoParams

public void testNoParams()

testObjectParam

public void testObjectParam()

testPrimitiveParam

public void testPrimitiveParam()

testInvalidBindings

public void testInvalidBindings()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.