public abstract class AbstractMultipleConstructorTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractMultipleConstructorTest.Multi |
static class |
AbstractMultipleConstructorTest.One |
static class |
AbstractMultipleConstructorTest.Three |
static class |
AbstractMultipleConstructorTest.Two |
Constructor and Description |
---|
AbstractMultipleConstructorTest() |
Modifier and Type | Method and Description |
---|---|
protected abstract MutablePicoContainer |
createPicoContainer() |
void |
testMultiWithBothSatisfiedDependencyWorks() |
void |
testMultiWithOnlySmallSatisfiedDependencyWorks() |
void |
testMultiWithSatisfyingDependencyAndParametersWorks() |
void |
testMultiWithTwoEquallyBigSatisfiedDependenciesFails() |
void |
testStringWorks() |
public AbstractMultipleConstructorTest()
protected abstract MutablePicoContainer createPicoContainer()
public void testStringWorks() throws PicoException
PicoException
public void testMultiWithOnlySmallSatisfiedDependencyWorks() throws PicoException
PicoException
public void testMultiWithBothSatisfiedDependencyWorks() throws PicoException
PicoException
public void testMultiWithTwoEquallyBigSatisfiedDependenciesFails() throws PicoException
PicoException
public void testMultiWithSatisfyingDependencyAndParametersWorks() throws PicoException
PicoException
Copyright © 2003–2015 Codehaus. All rights reserved.