org.picocontainer.tck
Class AbstractMultipleConstructorTestCase.Multi

java.lang.Object
  extended by org.picocontainer.tck.AbstractMultipleConstructorTestCase.Multi
Enclosing class:
AbstractMultipleConstructorTestCase

public static class AbstractMultipleConstructorTestCase.Multi
extends Object


Field Summary
 String message
           
 
Constructor Summary
AbstractMultipleConstructorTestCase.Multi()
           
AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.One one, AbstractMultipleConstructorTestCase.Two two)
           
AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.One one, AbstractMultipleConstructorTestCase.Two two, AbstractMultipleConstructorTestCase.Three three)
           
AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.One one, int i)
           
AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.One one, String string)
           
AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.Three three, AbstractMultipleConstructorTestCase.One one)
           
AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.Two two, AbstractMultipleConstructorTestCase.One one)
           
AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.Two two, AbstractMultipleConstructorTestCase.Three three)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

public String message
Constructor Detail

AbstractMultipleConstructorTestCase.Multi

public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.One one,
                                                 AbstractMultipleConstructorTestCase.Two two,
                                                 AbstractMultipleConstructorTestCase.Three three)

AbstractMultipleConstructorTestCase.Multi

public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.One one,
                                                 AbstractMultipleConstructorTestCase.Two two)

AbstractMultipleConstructorTestCase.Multi

public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.Two two,
                                                 AbstractMultipleConstructorTestCase.One one)

AbstractMultipleConstructorTestCase.Multi

public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.Two two,
                                                 AbstractMultipleConstructorTestCase.Three three)

AbstractMultipleConstructorTestCase.Multi

public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.Three three,
                                                 AbstractMultipleConstructorTestCase.One one)

AbstractMultipleConstructorTestCase.Multi

public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.One one,
                                                 String string)

AbstractMultipleConstructorTestCase.Multi

public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.One one,
                                                 int i)

AbstractMultipleConstructorTestCase.Multi

public AbstractMultipleConstructorTestCase.Multi()


Copyright © 2003-2010 Codehaus. All Rights Reserved.