binance / binance-futures-connector-java

MIT License
111 stars 61 forks source link

Test Cases for the WebSocketClient and the CmWebSocketClient #27

Closed KunjPathak12 closed 3 months ago

KunjPathak12 commented 4 months ago

Test Cases for the Connection closing and the connection adding methods so that connections never go unchecked or gets buggy. The Close All or Close connection method was not tested at all in the WebSocketClient so I added test cases for those methods and checking the state of the connection.

KunjPathak12 commented 4 months ago

20 Issue is addressed in this testcase now the connections will be checked priorly