Convenience method when no arguments are required. @param methodName the name of the method to invoke @return the result of the call
(final String methodName)
| 90 | * @return the result of the call |
| 91 | */ |
| 92 | public Object invokeMethod(final String methodName) { |
| 93 | return invokeMethod(methodName, null); |
| 94 | } |
| 95 | |
| 96 | /** {@inheritDoc} */ |
| 97 | @Override |
nothing calls this directly
no test coverage detected