You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/test/java/org/mozilla/fenix/components/metrics
Michael Comella f19c9920f9 For #13959: move resetAfter into StrictModeManager.
In a followup PR, we need to add state to strictModeManager (the
number of suppressions). This is much simpler to do when this is defined
as a class rather than an object. However, when this is defined as a
class, `resetAfter` needs access to the strictModeManager. Instead of
passing it in as an argument, it made sense to move this function onto
the strictModeManager instead.

Since folks are used to calling:
```
StrictMode.ThreadPolicy.allowThreadDiskReads().resetAfter
```

We're going to have to add a lint check to prevent them from doing that.
4 years ago
..
ActivationPingTest.kt For #10426: Adds identifier to Glean for 24 hours (#10446) 4 years ago
AppStartupTelemetryTest.kt for #12573, added startup type and hasSavedInstance keys to app_startup_type telemetry (#13494) 4 years ago
BreadcrumbRecorderTest.kt No issue - Updates AC to 58.0.20200910190642 and fixes imports 4 years ago
FirstSessionPingTest.kt For #11392: Rename Installation ping to FirstSession (#11869) 4 years ago
GleanMetricsServiceTest.kt For #9605: replace unit test runners with FenixRobolectricTestRunner. 4 years ago
LeanplumMetricsServiceTest.kt For #13959: move resetAfter into StrictModeManager. 4 years ago
MetricControllerTest.kt Add metric tests 4 years ago
MetricsUtilsTest.kt Remove Mockito 4 years ago
MetricsUtilsTestRoboelectric.kt For #10426: Adds identifier to Glean for 24 hours (#10446) 4 years ago
PerformedSearchTest.kt For #9605: replace unit test runners with FenixRobolectricTestRunner. 4 years ago