org.aspectj.internal.lang.reflect
Class AjTypeTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.aspectj.internal.lang.reflect.AjTypeTests
All Implemented Interfaces:
junit.framework.Test

public class AjTypeTests
extends junit.framework.TestCase


Constructor Summary
AjTypeTests()
           
 
Method Summary
 void testCreateAjType()
           
 void testEquals()
           
 void testGetAjTypes()
           
 void testGetAnnotation()
           
 void testGetAnnotations()
           
 void testGetConstructor()
           
 void testGetConstructors()
           
 void testGetDeclaredAjTypes()
           
 void testGetDeclaredAnnotations()
           
 void testGetDeclaredConstructor()
           
 void testGetDeclaredConstructors()
           
 void testGetDeclaredField()
           
 void testGetDeclaredFields()
           
 void testGetDeclaredMethod()
           
 void testGetDeclaredMethods()
           
 void testGetDeclaringType()
           
 void testGetEnclosingConstructor()
           
 void testGetEnclosingMethod()
           
 void testGetEnclosingType()
           
 void testGetEnumConstants()
           
 void testGetField()
           
 void testGetFields()
           
 void testGetGenericSupertype()
           
 void testGetInterfaces()
           
 void testGetMethod()
           
 void testGetMethods()
           
 void testGetModifiers()
           
 void testGetName()
           
 void testGetPackage()
           
 void testGetSupertype()
           
 void testGetTypeParameters()
           
 void testHashCode()
           
 void testInterfaceSupertype()
           
 void testIsAnnotationPresent()
           
 void testIsArray()
           
 void testIsAspect()
           
 void testIsEnum()
           
 void testIsInstance()
           
 void testIsInterface()
           
 void testIsLocalClass()
           
 void testIsMemberAspect()
           
 void testIsPrimitive()
           
 void testIsPrivileged()
           
 void testObjectSupertype()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AjTypeTests

public AjTypeTests()
Method Detail

testCreateAjType

public void testCreateAjType()

testGetName

public void testGetName()

testGetPackage

public void testGetPackage()

testGetInterfaces

public void testGetInterfaces()

testGetModifiers

public void testGetModifiers()

testGetSupertype

public void testGetSupertype()

testObjectSupertype

public void testObjectSupertype()

testInterfaceSupertype

public void testInterfaceSupertype()

testGetGenericSupertype

public void testGetGenericSupertype()

testGetEnclosingMethod

public void testGetEnclosingMethod()

testGetEnclosingConstructor

public void testGetEnclosingConstructor()

testGetEnclosingType

public void testGetEnclosingType()

testGetDeclaringType

public void testGetDeclaringType()

testIsAnnotationPresent

public void testIsAnnotationPresent()

testGetAnnotation

public void testGetAnnotation()

testGetAnnotations

public void testGetAnnotations()

testGetDeclaredAnnotations

public void testGetDeclaredAnnotations()

testGetAjTypes

public void testGetAjTypes()

testGetDeclaredAjTypes

public void testGetDeclaredAjTypes()

testGetConstructor

public void testGetConstructor()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testGetConstructors

public void testGetConstructors()

testGetDeclaredConstructor

public void testGetDeclaredConstructor()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testGetDeclaredConstructors

public void testGetDeclaredConstructors()

testGetDeclaredField

public void testGetDeclaredField()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testGetDeclaredFields

public void testGetDeclaredFields()

testGetField

public void testGetField()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testGetFields

public void testGetFields()

testGetDeclaredMethod

public void testGetDeclaredMethod()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testGetMethod

public void testGetMethod()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testGetDeclaredMethods

public void testGetDeclaredMethods()

testGetMethods

public void testGetMethods()

testGetEnumConstants

public void testGetEnumConstants()

testGetTypeParameters

public void testGetTypeParameters()

testIsEnum

public void testIsEnum()

testIsInstance

public void testIsInstance()

testIsInterface

public void testIsInterface()

testIsLocalClass

public void testIsLocalClass()

testIsArray

public void testIsArray()

testIsPrimitive

public void testIsPrimitive()

testIsAspect

public void testIsAspect()

testIsMemberAspect

public void testIsMemberAspect()

testIsPrivileged

public void testIsPrivileged()

testEquals

public void testEquals()

testHashCode

public void testHashCode()