LocalPageResponse localPageResponse = createLocalPageService.createLocalPage(filePath);Gson finalResponse = new Gson();response.getWriter().print(finalResponse.toJson(localPageResponse));List<String> outputLogs = new ArrayList<>();
this is piece of code from servlet , while writing test class for sa...