-
### Description
After a recent robolectric update (possibly 4.14.1) we're seeing this being printed when running some tests:
```
ERROR: Failed to destroy temp directory
java.nio.file.Direc…
-
[https://robolectric.org](https://robolectric.org)
-
## Repro
Add the following to `Previews.kt` in `sample-generate-preview-tests`:
```kotlin
@Preview
@Composable
fun PreviewDialog() {
MaterialTheme {
AlertDialog(
onDismissReque…
-
After updating to 4.1.0, all the Roboletric tests are failing with the following error:
```
SHA-256 digest error for org/conscrypt/OpenSSLProvider.class
java.lang.SecurityException: SHA-256 diges…
-
The `UiPermissionState_Granted should show QrCodeScannerView` of `QrCodeScannerScreenKtTest` is flaky and fails randomly.
```
QrCodeScannerScreenKtTest > UiPermissionState_Granted should show QrCo…
-
**Describe the bug**
Orientation change is not behaving correctly in robolectric test cases.
**Expected behavior**
Need to investigate this and see if can have a better approach or modifying the…
-
### How frequently does the bug occur?
Always
### Description
Hey,
if you use Kotlin Multiplatform with an Android module and Realm you most likely also use Robolectric. If you run some re…
-
Currently, Spek doesn't play well with [Robolectric](http://robolectric.org/) :disappointed:
The reason is that Robolectric requires a `BlockJUnit4ClassRunner`, but Spek requires its own `JUnitClass…
-
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…
-
### 체크리스트
- [X] 제목을 입력하셨나요?
- [X] Assignee를 지정하셨나요?
- [X] 프로젝트를 지정하셨나요?
- [X] 이 DEEP에 맞는 label을 지정하셨나요? (deep-automation, deep-library, deep-product)
### 요약
_No response_
### 필요한 이유
_No response_…