koufa
12/08/2017, 3:14 PMchannel
to receive
elements from it and posts them to a LiveData
instance. I am able to mock the channel
in the unit test to send
to it mock elements but I am not able to coordinate the async nature of the problem without either blocking my test method or checking the LiveData
before it has data.