org.apache.tapestry.annotations
Class TestAnnotationUtils

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

public class TestAnnotationUtils
extends BaseAnnotationTestCase

Tests for AnnotationUtils.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestAnnotationUtils()
           
 
Method Summary
 void testConvertMethodNameToKeyName()
           
 void testGetPropertyName()
           
 void testGetPropertyNameNotAGetter()
           
 void testGetPropertyNameSetterNoParameters()
           
 void testGetterReturnsVoid()
           
 void testGetterWithParameters()
           
 void testNonVoidSetter()
           
 
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

TestAnnotationUtils

public TestAnnotationUtils()
Method Detail

testGetPropertyName

public void testGetPropertyName()

testGetPropertyNameNotAGetter

public void testGetPropertyNameNotAGetter()

testGetPropertyNameSetterNoParameters

public void testGetPropertyNameSetterNoParameters()

testNonVoidSetter

public void testNonVoidSetter()

testGetterWithParameters

public void testGetterWithParameters()

testGetterReturnsVoid

public void testGetterReturnsVoid()

testConvertMethodNameToKeyName

public void testConvertMethodNameToKeyName()


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