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, java.lang.String string)
AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.Three three, AbstractMultipleConstructorTestCase.One one)
AbstractMultipleConstructorTestCase.Multi(AbstractMultipleConstructorTestCase.Two two, AbstractMultipleConstructorTestCase.One one)