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

Method tryLoadClass

java/tests/src/main/java/tests/BaseTest.java:746–752  ·  view source on GitHub ↗
(String fqcn)

Source from the content-addressed store, hash-verified

744 }
745
746 private static Class<?> tryLoadClass(String fqcn) {
747 try {
748 return Class.forName(fqcn);
749 } catch (ClassNotFoundException ignored) {
750 return null;
751 }
752 }
753
754 public static Map<String, Object> getTestFilesSync (Object properties, Object tests) {
755 throw new RuntimeException("Not implemented");

Callers 1

getTestFilesHelperMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected