-
The test coroutine dispatchers added as part of the work for #89 do not have thorough tests due to the difficulty in properly simulating time in the Robolectric world. This issue is tracking adding te…
-
Currently, JUnit tests are blocked for tests requiring Android SDK 29 (Q) because of issues with Robolectric, our Android testing framework. To make progress on high priority tickets, we will land PRs…
-
_From [davidst@gmail.com](https://code.google.com/u/davidst@gmail.com/) on November 15, 2013 11:13:35_
What steps will reproduce the problem? 1. Create a test that uses RobolectricTestRunner
2. Setup…
-
```
What steps will reproduce the problem?
1. Create a test that uses RobolectricTestRunner
2. Setup Powermock agent as described in the guide in this site.
3.
What is the expected output? What do yo…
-
```
What steps will reproduce the problem?
1. Create a test that uses RobolectricTestRunner
2. Setup Powermock agent as described in the guide in this site.
3.
What is the expected output? What do yo…
-
### Vision statement / What / Requirements
On-device tests are take a long time to write, take a long time to run, and can be hard to maintain. For these reasons, sometimes it's preferred to write te…
-
Line https://github.com/airbnb/epoxy/blob/master/epoxy-adapter/src/main/java/com/airbnb/epoxy/EpoxyController.java#L54 of EpoxyController contains a static reference to something that eventually uses …
-
Hi Timber,
I just checked out this Timber repo and ran `gradle test`. However I'm seeing some `robolectric` issues.
```
PROMPT> gradle test
Starting a Gradle Daemon, 1 incompatible Daemon coul…
-
```
What steps will reproduce the problem?
1. Create a test that uses RobolectricTestRunner
2. Setup Powermock agent as described in the guide in this site.
3.
What is the expected output? What do yo…
-
```
Created android hello world project and Android test project
I was exploring powermockrule with robolectric.
looking to use powermock methods to test , so i added below
@Rule
public PowerMockR…