(
Object properties,
boolean ws
)
| 698 | } |
| 699 | |
| 700 | public static CompletableFuture<Map<String, Object>> getTestFiles( |
| 701 | Object properties, |
| 702 | boolean ws |
| 703 | ) { |
| 704 | return CompletableFuture.supplyAsync(() -> getTestFilesHelper(properties, ws)); |
| 705 | } |
| 706 | |
| 707 | |
| 708 | public static Map<String, Object> getTestFilesHelper(Object properties, boolean ws) { |
no test coverage detected