|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessMethod
The AccessMethod
describes the interface, for accessing a
Method.
Method Summary | |
---|---|
Object |
call()
The method call the definied methods with no arguments. |
Object |
call(Object arg)
The method call the definied methods with the spezified
arguments. |
Object |
call(Object[] args)
The method call the definied methods with the spezified
arguments. |
Object |
call(Object arg1,
Object arg2)
The method call the definied methods with the spezified
arguments. |
Object |
call(Object arg1,
Object arg2,
Object arg3)
The method call the definied methods with the spezified
arguments. |
Method Detail |
---|
Object call(Object[] args) throws TestExtensionException
call
the definied methods with the spezified
arguments.
args
- the args for the method call.
TestExtensionException
- if no method, which suites to the args, was found or any
other error occures.Object call() throws TestExtensionException
call
the definied methods with no arguments.
TestExtensionException
- if no method, which suites to the args, was found or any
other error occures.Object call(Object arg) throws TestExtensionException
call
the definied methods with the spezified
arguments.
arg
- one parameter for the method call.
TestExtensionException
- if no method, which suites to the args, was found or any
other error occures.Object call(Object arg1, Object arg2) throws TestExtensionException
call
the definied methods with the spezified
arguments.
arg1
- first parameter for the method call.arg2
- second parameter for the method call.
TestExtensionException
- if no method, which suites to the args, was found or any
other error occures.Object call(Object arg1, Object arg2, Object arg3) throws TestExtensionException
call
the definied methods with the spezified
arguments.
arg1
- first parameter for the method call.arg2
- second parameter for the method call.arg3
- third parameter for the method call.
TestExtensionException
- if no method, which suites to the args, was found or any
other error occures.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |