Fernanda Reis
Fernanda Reis
This PR fixes the [issue #78](https://github.com/android/codelab-android-dagger/issues/78). `TestStorageModule` from `androidTest` shows an unresolved reference error for `FakeStorage` on the `TestStorageModule` class, even though the instrumented tests run successfully. , even though the instrumented tests run successfully. `FakeStorage` is located at the `sharedTest` package, and this...
This PR fixes the [issue #77.](https://github.com/android/codelab-android-dagger/issues/77) With Mockito version 3.4.6 this error is shown when trying to run the unit tests: ``` Mockito cannot mock this class: class com.example.android.dagger.user.UserManager. Can...