org.apache.tapestry.annotations
Class TestComponentClassAnnotationWorker

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

public class TestComponentClassAnnotationWorker
extends BaseAnnotationTestCase

Tests for ComponentClassAnnotationWorker.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
TestComponentClassAnnotationWorker()
           
 
Method Summary
 void testBasic()
           
 void testComponentClassNotAllowed()
           
 void testDeprecated()
           
 void testFormalOnly()
           
 void testReservedParameters()
           
 void testSubclass()
           
 
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

TestComponentClassAnnotationWorker

public TestComponentClassAnnotationWorker()
Method Detail

testBasic

public void testBasic()

testSubclass

public void testSubclass()

testFormalOnly

public void testFormalOnly()

testDeprecated

public void testDeprecated()

testReservedParameters

public void testReservedParameters()

testComponentClassNotAllowed

public void testComponentClassNotAllowed()


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