org.jtheque.utils.bean
Class ReflectionUtilsTest

java.lang.Object
  extended by org.jtheque.utils.bean.ReflectionUtilsTest

public class ReflectionUtilsTest
extends Object

Author:
Baptiste Wicht

Nested Class Summary
 class ReflectionUtilsTest.TestClass
           
static class ReflectionUtilsTest.TestClass2
           
 
Constructor Summary
ReflectionUtilsTest()
           
 
Method Summary
 void getGetter()
           
 void getGetterMethod()
           
 void getProperty()
           
 void getPropertyValue()
           
 void testGetProperties()
           
 void testGetPropertyMethods()
           
 void testGetPropertyValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtilsTest

public ReflectionUtilsTest()
Method Detail

getGetter

public void getGetter()

getGetterMethod

public void getGetterMethod()

getPropertyValue

public void getPropertyValue()

getProperty

public void getProperty()

testGetProperties

public void testGetProperties()

testGetPropertyValues

public void testGetPropertyValues()

testGetPropertyMethods

public void testGetPropertyMethods()


Copyright © 2010 JTheque. All Rights Reserved.