6667686970717273747576
requestProcessingStarted.fire(new RequestProcessingStarted()); try { nonWritingResponse.set(new NonWritingResponse(response)); executeWarp.fire(new ExecuteWarp()); } catch (Throwable e) { testResult.fire(new TestResult(Status.FAILED, e)); }
5859606162636465666768
ResponsePayload responsePayload) throws IOException { requestProcessingStarted.fire(new RequestProcessingStarted()); try { executeWarp.fire(new ExecuteWarp()); } catch (Throwable e) { testResult.fire(new TestResult(Status.FAILED, e)); }