|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TestExtensionException in net.sf.testextensions |
---|
Methods in net.sf.testextensions that throw TestExtensionException | |
---|---|
Object |
AccessMethod.call()
The method call the definied methods with no arguments. |
Object |
AccessMethod.call(Object arg)
The method call the definied methods with the spezified
arguments. |
Object |
AccessMethod.call(Object[] args)
The method call the definied methods with the spezified
arguments. |
Object |
AccessMethod.call(Object arg1,
Object arg2)
The method call the definied methods with the spezified
arguments. |
Object |
AccessMethod.call(Object arg1,
Object arg2,
Object arg3)
The method call the definied methods with the spezified
arguments. |
AccessField |
AccessObject.getField(String fieldName)
The methode getField select a field
for manipulation. |
AccessMethod |
AccessObject.getMethod(String methodName)
The method getMethod provide access to
a by name called method. |
Object |
AccessField.getValue()
The method getValue give the value of the
selected field. |
AccessObject |
AccessObject.newInnerInstance(String innerClassname)
The method newInnerInstance create a instance of an
inner class from the current object. |
AccessObject |
AccessObject.newInnerInstance(String innerClassname,
Object[] args)
The method newInnerInstance create a instance of an inner
class from the current object. |
static AccessObject |
AccessFactory.newInstance(String aClassName)
The method newInstance create a new instance of a class,
using a constructor without arguments. |
static AccessObject |
AccessFactory.newInstance(String aClassName,
Object[] aParameters)
The method newInstance create a new instance of a class,
using a constructor which suites to the arguments. |
void |
AccessField.setValue(Object aNewValue)
The method setValue set the selected
field to the given value. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |