(boolean cond, String msg)
| 17 | public 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"); |