com.lexicalscope.fluentreflection.endtoend
Class TestRawConstructionByReflection.ClassWithTwoConstructors

java.lang.Object
  extended by com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection.ClassWithTwoConstructors
Enclosing class:
TestRawConstructionByReflection

public static class TestRawConstructionByReflection.ClassWithTwoConstructors
extends Object


Constructor Summary
TestRawConstructionByReflection.ClassWithTwoConstructors(String string)
           
TestRawConstructionByReflection.ClassWithTwoConstructors(String string, Integer integer)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRawConstructionByReflection.ClassWithTwoConstructors

public TestRawConstructionByReflection.ClassWithTwoConstructors(String string)

TestRawConstructionByReflection.ClassWithTwoConstructors

public TestRawConstructionByReflection.ClassWithTwoConstructors(String string,
                                                                Integer integer)


Copyright © 2011-2012 lexicalscope. All Rights Reserved.