I am using Firebase Analytics in my Android project. I am also using Robolectric for tests.
When running Robolectric tests are Firebase events sent? During the tests the code does reach
FirebaseAnalytics.getInstance(context).logEvent(eventName, bundle);
but is it actually doing anything?