-
We would like to get code coverage reports for our robolectric tests. The code coverage tool needs to be compatible with Kotlin and java, as well as work on Gradle and Bazel.
Jacoco seems to be a goo…
-
ATF now supports compose on U+ devices, but is disabled on Robolectric.
See https://github.com/google/Accessibility-Test-Framework-for-Android/blob/858625c4d9ad2acddee5cfbc1dedd54c76da9365/src/main…
-
I have implemented your library with background support as described in your sample.
In my Application class, I get an instance of BeaconManager, I create a RegionBootstrap and set background scan per…
-
As I have read, tests written with androidx.test.* are supposed to be executed either as an instrumented test (in a real device or emulator) or in the JVM with robolectric 4. So I have copied the Chan…
-
Hi! thanks a bunch for this jar! It enabled us to use google analytics in our project :) We had to comment out a test in robolectric, though...
Tests in error:
testFailureTransaction(com.xtreme…
-
Make RobolectricTranslator, RobolectricFunctions, etc. Figure out what it needs that's different from preexisting frameworks.
-
~This corresponds to a TODO introduced in #128522. Some code can't be deprecated in the same PR as code from flutter/packages depends on them.~
~The full list of properties and args can be found in t…
-
Referring to: https://github.com/robolectric/robolectric/issues/1389
Can we please get an update on this issue. We have tons of integration test we need to run outside of an emulator/device and roboe…
-
After much hassle, I found the source of an annoying problem I've had in my Robolectric tests. When inflating a TextView with no textAppearance set, Robolectric fails with the following exception:
``…
-
### Describe the bug
Since Robolectric 4.7, there have been major updates and improvements including:
- Native support for M1 Macs
- Native support for ShadowSql for both M1 Macs and Linux.
- Im…