org.picocontainer.containers
Class CommandLineArgumentsPicoContainerTestCase

java.lang.Object
  extended by org.picocontainer.containers.CommandLineArgumentsPicoContainerTestCase

public class CommandLineArgumentsPicoContainerTestCase
extends Object


Nested Class Summary
static class CommandLineArgumentsPicoContainerTestCase.NeedsAFew
           
static class CommandLineArgumentsPicoContainerTestCase.NeedsAFew2
           
static class CommandLineArgumentsPicoContainerTestCase.NeedsAFew3
           
static class CommandLineArgumentsPicoContainerTestCase.NeedsString
           
 
Constructor Summary
CommandLineArgumentsPicoContainerTestCase()
           
 
Method Summary
 void testAnnotatedFieldInjectionComponentCanDependOnConfig()
           
 void testAsParentContainer()
           
 void testBasicParsing()
           
 void testbyTypeFailsEvenIfOneOfSameType()
           
 void testConstructorInjectionComponentCanDependOnConfig()
           
 void testParsingOfPropertiesFile()
           
 void testParsingOfPropertiesFileAndArgs()
           
 void testParsingOfPropertiesFileAndArgsWithClash()
           
 void testParsingWithDiffSeparator()
           
 void testParsingWithWrongSeparator()
           
 void testSetterInjectionComponentCanDependOnConfig()
           
 void testUnsatisfiableIfNoSuitableTyesForInjection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineArgumentsPicoContainerTestCase

public CommandLineArgumentsPicoContainerTestCase()
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()

testUnsatisfiableIfNoSuitableTyesForInjection

public void testUnsatisfiableIfNoSuitableTyesForInjection()

testConstructorInjectionComponentCanDependOnConfig

public void testConstructorInjectionComponentCanDependOnConfig()

testSetterInjectionComponentCanDependOnConfig

public void testSetterInjectionComponentCanDependOnConfig()

testAnnotatedFieldInjectionComponentCanDependOnConfig

public void testAnnotatedFieldInjectionComponentCanDependOnConfig()


Copyright © 2003-2008 Codehaus. All Rights Reserved.