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

Method check

java/lib/src/test/java/io/github/ccxt/types/LiveTest.java:19–21  ·  view source on GitHub ↗
(boolean cond, String msg)

Source from the content-addressed store, hash-verified

17public class LiveTest {
18
19 static void check(boolean cond, String msg) {
20 if (!cond) throw new AssertionError("FAIL: " + msg);
21 }
22
23 public static void main(String[] args) throws Exception {
24 System.out.println("=== CCXT Java Typed Wrapper - Live Test (binance) ===\n");

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected