eucalypto / learn

These are projects that help me learn
0 stars 0 forks source link

How to test LiveData in Android? #29

Open eucalypto opened 3 years ago

eucalypto commented 3 years ago

LiveData is tricky to test because it's inherently asynchronous.

Here are some resources for that: