org.picocontainer.injectors
Class PrimitiveMemberCheckerTestCase

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

public class PrimitiveMemberCheckerTestCase
extends 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 NoSuchFieldException
Throws:
NoSuchFieldException

testIsPrimitiveConstructorArg

public void testIsPrimitiveConstructorArg()
                                   throws NoSuchMethodException
Throws:
NoSuchMethodException

testIsPrimitiveMethodArg

public void testIsPrimitiveMethodArg()
                              throws NoSuchMethodException
Throws:
NoSuchMethodException

testArrayIndexOutOfBoundsIfIntegerArgTooBig

public void testArrayIndexOutOfBoundsIfIntegerArgTooBig()
                                                 throws SecurityException,
                                                        NoSuchMethodException
Throws:
SecurityException
NoSuchMethodException


Copyright © 2003-2010 Codehaus. All Rights Reserved.