bitrich-info / xchange-stream

XChange-stream is a Java library providing a simple and consistent streaming API for interacting with Bitcoin and other crypto currency exchanges via WebSocket protocol. It is build on top of of XChange library providing new interfaces for streaming API. User can subscribe for live updates via reactive streams of RxJava library.
Apache License 2.0
413 stars 222 forks source link

Change to org.hamcrest for assertThat since JUnit's is deprecated. #519

Closed TSavo closed 4 years ago

TSavo commented 4 years ago

Change to org.hamcrest for assertThat since JUnit's is deprecated. Added SuppressWarnings unchecked to HitbtcMessageTest unit test.