levibostian / AndroidBlanky

Create a new Android app fast. Comes pre-installed with libraries you already use.
7 stars 0 forks source link

Easier LiveData testing #60

Closed levibostian closed 2 years ago

levibostian commented 4 years ago

While reading this issue, I was thinking that it would be great if there was an easier way to test LiveData to combining the CountingTaskExecutorRule and liveData.postValue() together. Maybe something as easy as an extension?