try {
final Object[] values = complete.getMethodArguments(true);
testResult.setInput(method.getTestData());
// invoke test method
eachRunNotifier.fireTestStarted();
LOG.debug("Calling method {} with values {}", method.getName(), values);
returnObj = method.invokeExplosively(freshInstance, values);
eachRunNotifier.fireTestFinished();
TestMethodDuration testItemDurationBean = new TestMethodDuration(currentMethodName,