org.picocontainer.injectors
Class PrimitiveMemberCheckerTestCase

java.lang.Object
  extended by org.picocontainer.injectors.PrimitiveMemberCheckerTestCase

public class PrimitiveMemberCheckerTestCase
extends java.lang.Object

Author:
Michael Rimov

Nested Class Summary
static class PrimitiveMemberCheckerTestCase.TestClass
           
 
Constructor Summary
PrimitiveMemberCheckerTestCase()
           
 
Method Summary
 void testArrayIndexOutOfBoundsIfIntegerArgTooBig()
           
 void testIsPrimitiveConstructorArg()
           
 void testIsPrimitiveField()
           
 void testIsPrimitiveMethodArg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveMemberCheckerTestCase

public PrimitiveMemberCheckerTestCase()
Method Detail

testIsPrimitiveField

public void testIsPrimitiveField()
                          throws java.lang.NoSuchFieldException
Throws:
java.lang.NoSuchFieldException

testIsPrimitiveConstructorArg

public void testIsPrimitiveConstructorArg()
                                   throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

testIsPrimitiveMethodArg

public void testIsPrimitiveMethodArg()
                              throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException

testArrayIndexOutOfBoundsIfIntegerArgTooBig

public void testArrayIndexOutOfBoundsIfIntegerArgTooBig()
                                                 throws java.lang.SecurityException,
                                                        java.lang.NoSuchMethodException
Throws:
java.lang.SecurityException
java.lang.NoSuchMethodException


Copyright © 2003-2011 Codehaus. All Rights Reserved.