public class CommandLinePicoContainerTestCase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CommandLinePicoContainerTestCase.NeedsAFew |
static class |
CommandLinePicoContainerTestCase.NeedsAFew2 |
static class |
CommandLinePicoContainerTestCase.NeedsAFew3 |
static class |
CommandLinePicoContainerTestCase.NeedsString |
Constructor and Description |
---|
CommandLinePicoContainerTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
testAnnotatedFieldInjectionComponentCanDependOnConfig() |
void |
testAsParentContainer() |
void |
testBasicParsing() |
void |
testbyTypeFailsEvenIfOneOfSameType() |
void |
testConstructorInjectionComponentCanDependOnConfig() |
void |
testParsingOfPropertiesFile() |
void |
testParsingOfPropertiesFileAndArgs() |
void |
testParsingOfPropertiesFileAndArgsWithClash() |
void |
testParsingWithDiffSeparator() |
void |
testParsingWithWrongSeparator() |
void |
testRepresentationOfContainerTree() |
void |
testSetterInjectionComponentCanDependOnConfig() |
void |
testUnsatisfiableIfNoSuitableTyesForInjection() |
public CommandLinePicoContainerTestCase()
public void testBasicParsing()
public void testAsParentContainer()
public void testParsingWithDiffSeparator()
public void testParsingWithWrongSeparator()
public void testParsingOfPropertiesFile() throws IOException
IOException
public void testParsingOfPropertiesFileAndArgs() throws IOException
IOException
public void testParsingOfPropertiesFileAndArgsWithClash() throws IOException
IOException
public void testbyTypeFailsEvenIfOneOfSameType()
public void testUnsatisfiableIfNoSuitableTyesForInjection()
public void testConstructorInjectionComponentCanDependOnConfig()
public void testSetterInjectionComponentCanDependOnConfig()
public void testAnnotatedFieldInjectionComponentCanDependOnConfig()
public void testRepresentationOfContainerTree()
Copyright © 2003–2015 Codehaus. All rights reserved.