-
### Description
Running tests with `AnimatedVectorDrawable` where assertions/verifications need to be made on code that is run in the animation callbacks currently doesn't work since it animates nati…
-
I have yet to dive deep into what causes this, but here is a side effect I have observed with Espresso assertions running in a JUnit 5 context that uses `RobolectricExtension`. It's probably the magic…
-
```
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…
-
### Description
I have the following function that I use in my Compose code:
```kotlin
@Composable
fun initialFocusRequester(): FocusRequester =
remember { FocusRequester() }.apply {
L…
-
First of all congratulations for the awesome library. I am new in mockito and robolectric, and just exploring the features.
The following test case how we can write using robolectric.
public cla…
-
### when i write android hilt demo (https://developer.android.com/training/dependency-injection/hilt-testing#testing-dependencies), in app/build.gradle
```
plugins {
id 'com.android.appl…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
```
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…
-
When the target sdk is set to 29 either via robolectric.properties or `@Config` in the test, the test methods are found but just succeed without actually running the tests.
The normal per test pri…
xster updated
8 months ago