DiscordTime / sticky-sessions-android

StickySessions is an app that helps teams to share and store their thoughts through digital-like retrospective sessions
9 stars 6 forks source link

Presenters are using Android dependencies which make they untestable with JUnit #68

Closed rodrigoperazzo closed 6 years ago

rodrigoperazzo commented 6 years ago

Presenters should be testable with just JUnit. Right now, Bundle and Log are the ones preventing presenters to be tested. We should create interfaces and classes that encapsulate android.os.Bundle and android.util.Log.