org.apache.tapestry.annotations
Class TestParameterAnnotationWorker

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

public class TestParameterAnnotationWorker
extends BaseAnnotationTestCase

Tests for ParameterAnnotationWorker.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestParameterAnnotationWorker()
           
 
Method Summary
 void testAliases()
           
 void testCacheOff()
           
 void testDefaultValue()
           
 void testDeprecated()
           
 void testNamed()
           
 void testParameterNotAllowed()
           
 void testRequired()
           
 void testSimple()
           
 
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

TestParameterAnnotationWorker

public TestParameterAnnotationWorker()
Method Detail

testSimple

public void testSimple()

testRequired

public void testRequired()

testCacheOff

public void testCacheOff()

testAliases

public void testAliases()

testDeprecated

public void testDeprecated()

testNamed

public void testNamed()

testDefaultValue

public void testDefaultValue()

testParameterNotAllowed

public void testParameterNotAllowed()


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