RxBasicsKata
RxBasicsKata copied to clipboard
Practical challenges for RxJava learners
Results
3
RxBasicsKata issues
Sort by
recently updated
recently updated
newest added
I took the challenge: ### `listOnly3rdAnd4thCountry` Lists are 0 based thus the 3rd item is at index 2 yet the matching test expects index 3 and 4. ### `getCurrencyUsdIfNotFound` The...
I believe this was introduced in order to force the test to wait, just in case the implementation of the method under test were to subscribe the FutureTask in a...