MCPcopy Index your code
hub / github.com/ccxt/ccxt / getTestFiles

Method getTestFiles

java/tests/src/main/java/tests/BaseTest.java:700–705  ·  view source on GitHub ↗
(
            Object properties,
            boolean ws
    )

Source from the content-addressed store, hash-verified

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) {

Callers 1

importFilesMethod · 0.80

Calls 1

getTestFilesHelperMethod · 0.95

Tested by

no test coverage detected