com.lexicalscope.fluentreflection.endtoend
Class TestRawConstructionByReflection

java.lang.Object
  extended by com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection

public class TestRawConstructionByReflection
extends Object


Nested Class Summary
static class TestRawConstructionByReflection.ClassWithAmbigiousConstructors
           
static class TestRawConstructionByReflection.ClassWithDefaultConstructor
           
static class TestRawConstructionByReflection.ClassWithTwoConstructors
           
 
Constructor Summary
TestRawConstructionByReflection()
           
 
Method Summary
 void constructUsingAnyConstructorIfMultipleMatchers()
           
 void constructUsingDefaultConstructor()
           
 void constructUsingOneArgumentConstructor()
           
 void constructUsingOneArgumentWithNullValueConstructor()
           
 void constructUsingTwoArgumentConstructor()
           
 void constructUsingTwoArgumentWithOneNullValueConstructor()
           
 void constructUsingTwoArgumentWithTwoNullValueConstructor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRawConstructionByReflection

public TestRawConstructionByReflection()
Method Detail

constructUsingDefaultConstructor

public void constructUsingDefaultConstructor()

constructUsingOneArgumentConstructor

public void constructUsingOneArgumentConstructor()

constructUsingOneArgumentWithNullValueConstructor

public void constructUsingOneArgumentWithNullValueConstructor()

constructUsingTwoArgumentConstructor

public void constructUsingTwoArgumentConstructor()

constructUsingTwoArgumentWithOneNullValueConstructor

public void constructUsingTwoArgumentWithOneNullValueConstructor()

constructUsingTwoArgumentWithTwoNullValueConstructor

public void constructUsingTwoArgumentWithTwoNullValueConstructor()

constructUsingAnyConstructorIfMultipleMatchers

public void constructUsingAnyConstructorIfMultipleMatchers()


Copyright © 2011-2012 lexicalscope. All Rights Reserved.