public interface TestMethodExecutor
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getInstance()
The current instance.
|
java.lang.reflect.Method |
getMethod()
The method to invoke.
|
void |
invoke(java.lang.Object... parameters)
Invokes the Method on the Instance.
|
java.lang.reflect.Method getMethod()
java.lang.Object getInstance()
void invoke(java.lang.Object... parameters) throws java.lang.Throwable
parameters
- java.lang.Throwable