public static class AbstractMultipleConstructorTestCase.Multi
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
message |
public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.One one, AbstractMultipleConstructorTestCase.Two two, AbstractMultipleConstructorTestCase.Three three)
public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.One one, AbstractMultipleConstructorTestCase.Two two)
public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.Two two, AbstractMultipleConstructorTestCase.One one)
public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.Two two, AbstractMultipleConstructorTestCase.Three three)
public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.Three three, AbstractMultipleConstructorTestCase.One one)
public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.One one, java.lang.String string)
public AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.One one, int i)
public AbstractMultipleConstructorTestCase.Multi()