protected Source fileSource()

in src/it/java/com/epam/digital/data/platform/bpwebservice/it/BaseIT.java [108:110]


  protected Source fileSource(String filePath) {
    return new ResourceSource(new ClassPathResource(filePath));
  }