|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sasl.common.helper.ReflectionHelperTest
public class ReflectionHelperTest
Class defines tests cases for the ReflectionHelper
class.
Constructor Summary | |
---|---|
ReflectionHelperTest()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
testGetAllSuperClasses()
Test cases for ReflectionHelper.getAllSuperClasses(Class) . |
void |
testGetClassByName()
Tests cases for getClassByName . |
void |
testGetCompletePropertyList()
Tests cases for getCompleteFieldList(Class) method. |
void |
testGetPropertyGetterMethod()
Tests cases for getPropertyGetterMethod(Class, String) method. |
void |
testGetPropertyOverMethodOrField()
Tests cases for getPropertyOverMethodOrField(Object, String) method. |
void |
testGetPropertyViaPath()
Tests cases for getPropertyViaPath(Object, String) method. |
void |
testHasProperty()
Tests cases for hasProperty . |
void |
testInstantiateObject()
Tests cases for instantiateObject . |
void |
testSetPropertyOverMethodOrField()
Test cases for setPropertyOverMethodOrField . |
void |
testToBeanSetterMethodName()
Tests cases for toBeanSetterMethodName . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReflectionHelperTest()
Method Detail |
---|
public void setUp()
public void testGetClassByName() throws Exception
getClassByName
.
Exception
public void testGetAllSuperClasses() throws Exception
ReflectionHelper.getAllSuperClasses(Class)
.
Exception
public void testSetPropertyOverMethodOrField() throws Exception
setPropertyOverMethodOrField
.
Exception
public void testHasProperty() throws Exception
hasProperty
.
Exception
public void testInstantiateObject() throws Exception
instantiateObject
.
Exception
public void testToBeanSetterMethodName() throws Exception
toBeanSetterMethodName
.
Exception
public void testGetCompletePropertyList() throws Exception
getCompleteFieldList(Class)
method.
Exception
public void testGetPropertyGetterMethod() throws Exception
getPropertyGetterMethod(Class, String)
method.
Exception
public void testGetPropertyOverMethodOrField() throws Exception
getPropertyOverMethodOrField(Object, String)
method.
Exception
public void testGetPropertyViaPath() throws Exception
getPropertyViaPath(Object, String)
method.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |