org.picocontainer.containers
Class ArgumentativePicoContainerTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.picocontainer.containers.ArgumentativePicoContainerTestCase
All Implemented Interfaces:
junit.framework.Test

public class ArgumentativePicoContainerTestCase
extends junit.framework.TestCase


Nested Class Summary
static class ArgumentativePicoContainerTestCase.NeedsAFew
           
static class ArgumentativePicoContainerTestCase.NeedsString
           
 
Constructor Summary
ArgumentativePicoContainerTestCase()
           
 
Method Summary
 void testAmbigousIfNoSuitableTyesForInjection()
           
 void testAsParentContainer()
           
 void testBasicParsing()
           
 void testbyTypeFailsEvenIfOneOfSameType()
           
 void testParsingOfPropertiesFile()
           
 void testParsingOfPropertiesFileAndArgs()
           
 void testParsingOfPropertiesFileAndArgsWithClash()
           
 void testParsingWithDiffSeparator()
           
 void testParsingWithWrongSeparator()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgumentativePicoContainerTestCase

public ArgumentativePicoContainerTestCase()
Method Detail

testBasicParsing

public void testBasicParsing()

testAsParentContainer

public void testAsParentContainer()

testParsingWithDiffSeparator

public void testParsingWithDiffSeparator()

testParsingWithWrongSeparator

public void testParsingWithWrongSeparator()

testParsingOfPropertiesFile

public void testParsingOfPropertiesFile()
                                 throws IOException
Throws:
IOException

testParsingOfPropertiesFileAndArgs

public void testParsingOfPropertiesFileAndArgs()
                                        throws IOException
Throws:
IOException

testParsingOfPropertiesFileAndArgsWithClash

public void testParsingOfPropertiesFileAndArgsWithClash()
                                                 throws IOException
Throws:
IOException

testbyTypeFailsEvenIfOneOfSameType

public void testbyTypeFailsEvenIfOneOfSameType()

testAmbigousIfNoSuitableTyesForInjection

public void testAmbigousIfNoSuitableTyesForInjection()


Copyright © 2003-2007 Codehaus. All Rights Reserved.