Test driven exercises to learn and practice RxJava.
Open RxBasicsTest.java and write code to pass all the tests.
- You can only change the respective functions in the file RxBasics.java.
- Every solution will consist of a single Rx chain, i.e. only one semicolon per function.
- The test title tells the concept it is trying to demonstrate.
- The test will tell exactly...
- which functions to call.
- what parameters to pass.
- when to call those functions.
- what output it expects.