A C G N S T

A

AccessFactory - Class in net.sf.testextensions
The class AccessFactory generates AccessObjects from several start points.
AccessField - Interface in net.sf.testextensions
The interface AccessField defines the methods for accessing a member.
AccessMethod - Interface in net.sf.testextensions
The AccessMethod describes the interface, for accessing a Method.
AccessObject - Interface in net.sf.testextensions
The interface AccessObject declares the methods to access non public fields and methods.

C

call(Object[]) - Method in interface net.sf.testextensions.AccessMethod
The method call the definied methods with the spezified arguments.
call() - Method in interface net.sf.testextensions.AccessMethod
The method call the definied methods with no arguments.
call(Object) - Method in interface net.sf.testextensions.AccessMethod
The method call the definied methods with the spezified arguments.
call(Object, Object) - Method in interface net.sf.testextensions.AccessMethod
The method call the definied methods with the spezified arguments.
call(Object, Object, Object) - Method in interface net.sf.testextensions.AccessMethod
The method call the definied methods with the spezified arguments.

G

getField(String) - Method in interface net.sf.testextensions.AccessObject
The methode getField select a field for manipulation.
getMethod(String) - Method in interface net.sf.testextensions.AccessObject
The method getMethod provide access to a by name called method.
getValue() - Method in interface net.sf.testextensions.AccessField
The method getValue give the value of the selected field.

N

net.sf.testextensions - package net.sf.testextensions
 
newInnerInstance(String) - Method in interface net.sf.testextensions.AccessObject
The method newInnerInstance create a instance of an inner class from the current object.
newInnerInstance(String, Object[]) - Method in interface net.sf.testextensions.AccessObject
The method newInnerInstance create a instance of an inner class from the current object.
newInstance(String) - Static method in class net.sf.testextensions.AccessFactory
The method newInstance create a new instance of a class, using a constructor without arguments.
newInstance(String, Object[]) - Static method in class net.sf.testextensions.AccessFactory
The method newInstance create a new instance of a class, using a constructor which suites to the arguments.

S

setValue(Object) - Method in interface net.sf.testextensions.AccessField
The method setValue set the selected field to the given value.

T

TestExtensionException - Exception in net.sf.testextensions
This exception shows a error during accessing non public fields or methods.
TestExtensionException(String) - Constructor for exception net.sf.testextensions.TestExtensionException
The constructor simple calls the super constructor.
TestExtensionException(Exception) - Constructor for exception net.sf.testextensions.TestExtensionException
The constructor simple calls the super constructor.

A C G N S T

Copyright © 2007. All Rights Reserved.