5657585960616263646566
runAsClient = true; } if(runAsClient) { executionEvent.fire(new LocalExecutionEvent(event.getTestMethodExecutor())); } else { executionEvent.fire(new RemoteExecutionEvent(event.getTestMethodExecutor())); }
4546474849505152
{ /* * TODO: when we fire a LocalExecutionEvent from a ContainerMethodExecutor, * both the LocalTestExecutor and RemoteTestExecutor will set the same TestResult. */ event.fire(new LocalExecutionEvent(testMethodExecutor)); return testResult.get(); }