()
| 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 | { |
no test coverage detected