1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/settings/quicksettings
Mugurell c5739df969 For #4126 - Add tests for the new classes resulting from refactoring
Used runBlocking to ensure we wait for the code using coroutines to execute
instead of runBlockingTest and join() since this last option led to failed
tests in CI because of
"java.lang.IllegalStateException: This job has not completed yet".
2019-10-31 17:08:40 -07:00
..
ext For #4126 - Document the newly introduced public APIs 2019-10-31 17:08:40 -07:00
QuickSettingsController.kt For #4126 - Add tests for the new classes resulting from refactoring 2019-10-31 17:08:40 -07:00
QuickSettingsFragmentStore.kt For #4126 - Add tests for the new classes resulting from refactoring 2019-10-31 17:08:40 -07:00
QuickSettingsInteractor.kt For #4126 - Document the newly introduced public APIs 2019-10-31 17:08:40 -07:00
QuickSettingsSheetDialogFragment.kt For #4126 - Document the newly introduced public APIs 2019-10-31 17:08:40 -07:00
TrackingProtectionView.kt For #4126 - Document the newly introduced public APIs 2019-10-31 17:08:40 -07:00
WebsiteInfoView.kt For #4126 - Document the newly introduced public APIs 2019-10-31 17:08:40 -07:00
WebsitePermissionsView.kt For #4126 - Document the newly introduced public APIs 2019-10-31 17:08:40 -07:00