org.apache.tapestry.annotations
Class BaseAnnotationTestCase

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.annotations.BaseAnnotationTestCase
Direct Known Subclasses:
AnnotationEnhancementWorkerTest, InitialValueAnnotationWorkerTest, MetaAnnotationWorkerTest, TestAnnotationUtils, TestAssetAnnotationWorker, TestBeanAnnotationWorker, TestComponentAnnotationWorker, TestComponentClassAnnotationWorker, TestComponentHousekeepingWorker, TestComponentPropertyProxyWorker, TestEventListenerAnnotationWorker, TestInjectAssetAnnotationWorker, TestInjectComponentAnnotationWorker, TestInjectObjectAnnotationWorker, TestMessageAnnotationWorker, TestParameterAnnotationWorker, TestSimpleAnnotationWorkers

public class BaseAnnotationTestCase
extends BaseComponentTestCase

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
BaseAnnotationTestCase()
           
 
Method Summary
protected  Method findMethod(Class clazz, String name)
           
protected  org.apache.hivemind.ErrorLog newErrorLog()
           
protected  org.apache.hivemind.Location newMethodLocation(Class baseClass, Method m, Class annotationClass)
           
protected  EnhancementOperation newOp()
           
protected  org.apache.hivemind.Resource newResource(Class clazz)
           
protected  IComponentSpecification newSpec()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAnnotationTestCase

public BaseAnnotationTestCase()
Method Detail

findMethod

protected Method findMethod(Class clazz,
                            String name)

newSpec

protected IComponentSpecification newSpec()

newOp

protected EnhancementOperation newOp()

newResource

protected org.apache.hivemind.Resource newResource(Class clazz)

newErrorLog

protected org.apache.hivemind.ErrorLog newErrorLog()

newMethodLocation

protected org.apache.hivemind.Location newMethodLocation(Class baseClass,
                                                         Method m,
                                                         Class annotationClass)


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