com.lexicalscope.fluentreflection.endtoend
Class TestReflectedClassStaticMethods

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

public class TestReflectedClassStaticMethods
extends Object


Nested Class Summary
static class TestReflectedClassStaticMethods.ClassWithStaticMethods
           
 
Constructor Summary
TestReflectedClassStaticMethods()
           
 
Method Summary
 void callSimpleStaticMethod()
           
 void callStaticMethodWithOneArgumentIfMultipleMatches()
           
 void callStaticMethodWithReturnValue()
           
 void callstaticMethodWithTwoArguments()
           
 void methodWithTwoArgumentsHasCorrectArgumentCount()
           
 void resetStaticFixture()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestReflectedClassStaticMethods

public TestReflectedClassStaticMethods()
Method Detail

resetStaticFixture

public void resetStaticFixture()

callSimpleStaticMethod

public void callSimpleStaticMethod()

callStaticMethodWithReturnValue

public void callStaticMethodWithReturnValue()

callStaticMethodWithOneArgumentIfMultipleMatches

public void callStaticMethodWithOneArgumentIfMultipleMatches()

callstaticMethodWithTwoArguments

public void callstaticMethodWithTwoArguments()

methodWithTwoArgumentsHasCorrectArgumentCount

public void methodWithTwoArgumentsHasCorrectArgumentCount()


Copyright © 2011-2012 lexicalscope. All Rights Reserved.