org.picocontainer.parameters
Class ConstantParameterTestCase

java.lang.Object
  extended by org.picocontainer.parameters.ConstantParameterTestCase

public class ConstantParameterTestCase
extends Object

test that constant parameter behaves well.

Author:
Konstantin Pribluda

Nested Class Summary
static class ConstantParameterTestCase.ConstantParameterTestClass
           
 
Constructor Summary
ConstantParameterTestCase()
           
 
Method Summary
 void testClassTypesAllowed()
           
 void testParameterizedTypesAllowed()
           
 void testThatInstaceTypeAcceptedForPrimitives()
          constant parameter with instance type shall verify for expected primitives
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantParameterTestCase

public ConstantParameterTestCase()
Method Detail

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.