
public interface TestMethodExecutor
| Modifier and Type | Method and Description |
|---|---|
Object |
getInstance()
The current instance.
|
Method |
getMethod()
The method to invoke.
|
String |
getMethodName()
The method name to invoke
|
void |
invoke(Object... parameters)
Invokes the Method on the Instance.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.