org.picocontainer.adapters
Class ComponentAdapterTestCase

java.lang.Object
  extended by org.picocontainer.adapters.ComponentAdapterTestCase

public class ComponentAdapterTestCase
extends Object

Test AbstractAdapter behaviour

Author:
Jörg Schaible

Constructor Summary
ComponentAdapterTestCase()
           
 
Method Summary
 void testComponentImplementationMayNotBeNull()
           
 void testComponentKeyCanBeNullButNotRequested()
           
 void testComponentMonitorMayNotBeNull()
           
 void testParameterMayNotBeNull()
           
 void testStringRepresentation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentAdapterTestCase

public ComponentAdapterTestCase()
Method Detail

testComponentImplementationMayNotBeNull

public void testComponentImplementationMayNotBeNull()

testComponentKeyCanBeNullButNotRequested

public void testComponentKeyCanBeNullButNotRequested()

testComponentMonitorMayNotBeNull

public void testComponentMonitorMayNotBeNull()

testParameterMayNotBeNull

public void testParameterMayNotBeNull()
                               throws Exception
Throws:
Exception

testStringRepresentation

public void testStringRepresentation()


Copyright © 2003-2010 Codehaus. All Rights Reserved.