-
Hi @skydoves, I am using the library and injecting component like this the fragment with Hilt as DI framework.
` @Inject
lateinit var appSettingsComponent: PreferenceComponent_AppSettingsCompone…
-
I had an odd test failure. Running the tests with `TZ=UTC` fixed it (it was indeed the 22nd in my time zone but still the 21st in UTC).
```
org.junit.ComparisonFailure: expected: but was:
at org…
-
We use Robolectric for some of our testing and really like the way we can insert mock HTTP responses. When trying it out with an Ion request, I get the following SSL related error (which is interestin…
-
Now that Robolectric 1.14 is out with support for TestParameterInjector, supporting apiLevel in the very same test class should be feasible.
I'll try to explore it and create a PR once I find the t…
-
I've realized that we can create an emulator using Robolectric Native Graphics. This is just a demo, but it works. I'm wondering if there are any use cases for this.
https://github.com/takahirom/ro…
-
### Description
Testing a project configured for dynamic and harmonized colors as explained in: https://github.com/material-components/material-components-android/blob/master/docs/theming/Color.md …
-
### Description
This is almost certainly my failure of usage, rather than an issue with Robolectric itself. However, I can't find any documentation suggest what I should do to get the result I need…
-
-
My Config (basically default config, except with new android-all dependency):
```
apply plugin: 'de.mobilej.unmock'
unMock {
keep "android.widget.BaseAdapter"
keep "android.widget.Arr…
-
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…