com.lexicalscope.fluentreflection.endtoend
Class TestReflectedClassStaticMethods.ClassWithStaticMethods

java.lang.Object
  extended by com.lexicalscope.fluentreflection.endtoend.TestReflectedClassStaticMethods.ClassWithStaticMethods
Enclosing class:
TestReflectedClassStaticMethods

public static class TestReflectedClassStaticMethods.ClassWithStaticMethods
extends Object


Constructor Summary
TestReflectedClassStaticMethods.ClassWithStaticMethods()
           
 
Method Summary
static void simpleStaticMethod()
           
static void staticMethodWithOneArgument(Object object)
           
static void staticMethodWithOneArgument(String string)
           
static int staticMethodWithReturnValue()
           
static void staticMethodWithTwoArguments(String string, Integer integer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestReflectedClassStaticMethods.ClassWithStaticMethods

public TestReflectedClassStaticMethods.ClassWithStaticMethods()
Method Detail

simpleStaticMethod

public static void simpleStaticMethod()

staticMethodWithReturnValue

public static int staticMethodWithReturnValue()

staticMethodWithOneArgument

public static void staticMethodWithOneArgument(String string)

staticMethodWithTwoArguments

public static void staticMethodWithTwoArguments(String string,
                                                Integer integer)

staticMethodWithOneArgument

public static void staticMethodWithOneArgument(Object object)


Copyright © 2011-2012 lexicalscope. All Rights Reserved.