Fernanda Reis

Results 3 issues of 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. ![Screenshot 2023-11-03 at...

`TestStorageModule` from `androidTest` shows an unresolved reference error for `FakeStorage` on the [solution branch](https://github.com/android/codelab-android-dagger/archive/solution.zip), 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...