org.picocontainer.parameters
Class ConstantParameterTestCase
java.lang.Object
org.picocontainer.parameters.ConstantParameterTestCase
public class ConstantParameterTestCase
- extends Object
test that constant parameter behaves well.
- Author:
- Konstantin Pribluda
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantParameterTestCase
public ConstantParameterTestCase()
testThatInstaceTypeAcceptedForPrimitives
public void testThatInstaceTypeAcceptedForPrimitives()
throws Exception
- constant parameter with instance type shall verify for expected primitives
- Throws:
Exception
testClassTypesAllowed
public void testClassTypesAllowed()
throws Exception
- Throws:
Exception
testParameterizedTypesAllowed
public void testParameterizedTypesAllowed()
throws Exception
- Throws:
Exception
Copyright © 2003-2010 Codehaus. All Rights Reserved.