-
I'm using kotest version 5.0.1
When I tried to use kotest-robolectric-extension then I've got an error `java.lang.IllegalStateException: No instrumentation registered! Must run under a registering …
-
### Problem
Dear maintainers
I am trying to get Realm working with Robolectric.
I saw in the official documents saying it's not supported, and also saw the feature request to the Robolectric team…
-
### Description of the bug:
I'm not sure I've configured everything correctly, but I'm pretty sure an "unrecoverable error" shouldn't be occurring anyways. The rule in question is an "android_local_…
-
Greetings,
Upgrading from 0.87.5 to 0.88.2 produces a `java.lang.UnsatisfiedLinkError` when running Robolectric unit tests in a Kotlin project.
Previously, I used the following dependency setup (tak…
-
### Describe the problem
We use detox/espresso to test our application. It builds a second application `androidTest` which is used alongside the main application to run grey box e2e tests.
Gradl…
-
According to the [Building Robolectric](https://robolectric.org/building-robolectric/) page, Robolectric uses Java 11.
By doing a GitHub search, we can see that some modules use Java 8, and others Ja…
-
We need an example project that shows how to run the various unit test available to Android developers if using Realm
- JUnit3/4
- InstrumentationTests
- JVM Unit tests (no use of native code)
- Robo…
-
### Your use case
#### What would you like to do?
Add unit tests (with coverage) for simple interactions in the timeline UI. For example, to check that a click listener is fired in an individual U…
-
1. If the latest merged commit is created and merged by dependabot, the `publish-to-snapshot` task is always failed.
2. If the latest merged commit is from other people instead of dependabot, the `pu…
-
### Description
From the demo at https://developer.android.com/training/testing/unit-testing/local-unit-tests#include-framework-dependencies, we should be able to use ApplicationProvider.getApplica…