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

Method runBrokerIdTests

java/tests/src/main/java/tests/exchange/TestMain.java:1987–2003  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1985 }
1986
1987 public java.util.concurrent.CompletableFuture<Object> runBrokerIdTests()
1988 {
1989
1990 return java.util.concurrent.CompletableFuture.supplyAsync(() -> {
1991
1992 // -----------------------------------------------------------------------------
1993 // --- Init of brokerId tests functions-----------------------------------------
1994 // -----------------------------------------------------------------------------
1995 Object promises = new java.util.ArrayList<Object>(java.util.Arrays.asList(this.testBinance(), this.testOkx(), this.testCryptocom(), this.testBybit(), this.testKucoin(), this.testKucoinfutures(), this.testBitget(), this.testMexc(), this.testHtx(), this.testWoo(), this.testBitmart(), this.testCoinex(), this.testBingx(), this.testPhemex(), this.testBlofin(), this.testCoinbaseinternational(), this.testCoinbaseAdvanced(), this.testWoofiPro(), this.testXT(), this.testParadex(), this.testHashkey(), this.testCryptomus(), this.testDerive(), this.testModeTrade(), this.testBackpack(), this.testToobit(), this.testWeex()));
1996 (Helpers.promiseAll(promises)).join();
1997 Object successMessage = Helpers.add(Helpers.add("[", this.lang), "][TEST_SUCCESS] brokerId tests passed.");
1998 dump(Helpers.add("[INFO]", successMessage));
1999 exitScript(0);
2000 return true;
2001 });
2002
2003 }
2004
2005 public java.util.concurrent.CompletableFuture<Object> testBinance()
2006 {

Callers 1

initInnerMethod · 0.95

Calls 15

testBinanceMethod · 0.95
testOkxMethod · 0.95
testCryptocomMethod · 0.95
testBybitMethod · 0.95
testKucoinMethod · 0.95
testKucoinfuturesMethod · 0.95
testBitgetMethod · 0.95
testMexcMethod · 0.95
testHtxMethod · 0.95
testWooMethod · 0.95
testBitmartMethod · 0.95
testCoinexMethod · 0.95

Tested by

no test coverage detected