org.picocontainer.doc.tutorial.blocks
Class BuildingBlocksTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.picocontainer.doc.tutorial.blocks.BuildingBlocksTestCase
All Implemented Interfaces:
junit.framework.Test

public class BuildingBlocksTestCase
extends junit.framework.TestCase

Test case for the snippets used in "Component Adapters and Factories"

Author:
Jörg Schaible

Constructor Summary
BuildingBlocksTestCase()
           
 
Method Summary
 void testRegisterConvenient()
           
 void testRegisterDifferentComponentAdapterFactory()
           
 void testRegisterEquivalentAtLength()
           
 void testRegisterEquivalentAtLength2()
           
 void testRegisterEquivalentConvenient()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildingBlocksTestCase

public BuildingBlocksTestCase()
Method Detail

testRegisterConvenient

public void testRegisterConvenient()

testRegisterEquivalentConvenient

public void testRegisterEquivalentConvenient()

testRegisterEquivalentAtLength

public void testRegisterEquivalentAtLength()

testRegisterDifferentComponentAdapterFactory

public void testRegisterDifferentComponentAdapterFactory()

testRegisterEquivalentAtLength2

public void testRegisterEquivalentAtLength2()