in src/it/java/com/epam/digital/data/platform/bpwebservice/it/BaseIT.java [113:115]
protected String fileContent(String filePath) { return new String(new ClassPathResource(filePath).getInputStream().readAllBytes()); }