I'm trying to test an Rx wrapper I made around fir...
# test
s
I'm trying to test an Rx wrapper I made around firebase Auth create method. I've tried using an argument captor. I just picked up mockito over the weekend. How do I test multiple async call backs with rxjava and mockito?