org.apache.velocity.tools.generic
Class ClassToolTests

java.lang.Object
  extended by org.apache.velocity.tools.generic.ClassToolTests

public class ClassToolTests
extends Object

Tests for ClassTool

Since:
VelocityTools 2.0
Version:
$Id$
Author:
Nathan Bubna

Nested Class Summary
protected static class ClassToolTests.MyDeprecated
          Deprecated. 
protected static class ClassToolTests.ProtectedNoDefaultCtor
           
 
Constructor Summary
ClassToolTests()
           
 
Method Summary
 void ctorClassTool_ClassToolClass()
           
 void ctorClassTool()
           
 void methodConfigure_Map()
           
 void methodGetAnnotations()
           
 void methodGetConstructors()
           
 void methodGetFields()
           
 void methodGetFullName()
           
 void methodGetMethods()
           
 void methodGetName()
           
 void methodGetPackage()
           
 void methodGetSuper()
           
 void methodGetType()
           
 void methodGetTypes()
           
 void methodInspect_Class()
           
 void methodInspect_Object()
           
 void methodInspect_String()
           
 void methodIsAbstract()
           
 void methodIsDeprecated()
           
 void methodIsFinal()
           
 void methodIsInterface()
           
 void methodIsPrivate()
           
 void methodIsProtected()
           
 void methodIsPublic()
           
 void methodIsStatic()
           
 void methodSetClass_Class()
           
 void methodSupportsNewInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassToolTests

public ClassToolTests()
Method Detail

ctorClassTool

public void ctorClassTool()
                   throws Exception
Throws:
Exception

ctorClassTool_ClassToolClass

public void ctorClassTool_ClassToolClass()
                                  throws Exception
Throws:
Exception

methodConfigure_Map

public void methodConfigure_Map()
                         throws Exception
Throws:
Exception

methodGetAnnotations

public void methodGetAnnotations()
                          throws Exception
Throws:
Exception

methodGetConstructors

public void methodGetConstructors()
                           throws Exception
Throws:
Exception

methodGetFields

public void methodGetFields()
                     throws Exception
Throws:
Exception

methodGetMethods

public void methodGetMethods()
                      throws Exception
Throws:
Exception

methodGetTypes

public void methodGetTypes()
                    throws Exception
Throws:
Exception

methodGetFullName

public void methodGetFullName()
                       throws Exception
Throws:
Exception

methodGetName

public void methodGetName()
                   throws Exception
Throws:
Exception

methodGetPackage

public void methodGetPackage()
                      throws Exception
Throws:
Exception

methodGetType

public void methodGetType()
                   throws Exception
Throws:
Exception

methodGetSuper

public void methodGetSuper()
                    throws Exception
Throws:
Exception

methodInspect_Class

public void methodInspect_Class()
                         throws Exception
Throws:
Exception

methodInspect_Object

public void methodInspect_Object()
                          throws Exception
Throws:
Exception

methodInspect_String

public void methodInspect_String()
                          throws Exception
Throws:
Exception

methodIsAbstract

public void methodIsAbstract()
                      throws Exception
Throws:
Exception

methodIsDeprecated

public void methodIsDeprecated()
                        throws Exception
Throws:
Exception

methodIsFinal

public void methodIsFinal()
                   throws Exception
Throws:
Exception

methodIsInterface

public void methodIsInterface()
                       throws Exception
Throws:
Exception

methodIsPrivate

public void methodIsPrivate()
                     throws Exception
Throws:
Exception

methodIsProtected

public void methodIsProtected()
                       throws Exception
Throws:
Exception

methodIsPublic

public void methodIsPublic()
                    throws Exception
Throws:
Exception

methodIsStatic

public void methodIsStatic()
                    throws Exception
Throws:
Exception

methodSetClass_Class

public void methodSetClass_Class()
                          throws Exception
Throws:
Exception

methodSupportsNewInstance

public void methodSupportsNewInstance()
                               throws Exception
Throws:
Exception


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.