-
**Describe the bug**
When I tried to build an APK, I got these errors in the screenshot linked below
**To Reproduce**
Steps to reproduce the behavior:
1. I cloned the repo
2. Waited for everyth…
-
```kotlin
@RunWith(MockitoJUnitRunner::class)
internal class HighOrderTest {
@Mock
lateinit var a: A
@Test
fun test() {
// When
a.run()
// T…
-
### Describe the bug
With recent dependency updates project wide, there is an issue running Espresso tests, causing tests not to run.
### Steps To Reproduce
Run any test on an emulator, such as…
-
### Describe the proposed change(s).
Ref: https://github.com/renovatebot/renovate/discussions/30232
Gradle manager does not detect any dep when 3 dependency strings are present in `testImplement…
-
## Describe the bug
아래 build.gradle.kts 와 FixtureMonkeyTest.kt 테스트를 수행하면,
테스트 시작과 동시에 중지된 것 처럼 딜레이가 생기는데, 무한루프에 빠진 듯 정지된 상태로 테스트 진행이 안됩니다.
또한 계속 기다리면 Heap 메모리가 가득 차서 VM 이 강제종료됩니다.
그러나 아래 Member…
-
In apps I tend to give notification creation responsibility to injectable interface that has a "Real" implementation. The interface is mocked in my tests.
I could see this being a very big use cas…
-
How can I capture suspended function arguments?
Suppose I have a function:
class DatabaseRepository {
...
suspend fun getPosts(success: (List) -> Result,
…
bkach updated
5 years ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Ignored or Blocked
These are…
-
**Environment:**
- Appium 2.0.0-beta.46
- Espresso driver espresso@2.13.8
- Java 11
**Appium capabilities:**
```{
"platformName": "Android",
"appium:platformVersion": "11.0",
"appium:…
-
# Issue
I seem to have run into a little issue that I assume is not expected behaviour when creating static mocks of a class via the JUnit Jupiter extension.
```java
import org.apache.commons.l…