-
@julioyg found an interesting bug(?) regarding the TestCoroutineDispatcher.
The fact that `runBlockingTest` uses `async` to run the test body ([TestBuilders.runBlockingTest#L49](https://github.com/…
-
Migrated from JIRA: https://issues.gradle.org/browse/GRADLE-3411
Arquillian relies on JUnit listeners to launch some internal events. One of the last events that are thrown inside Arquillian is Aft…
oehme updated
2 years ago
-
The work on this issue is temporarily at github (lots of experiments and tweaking):
https://github.com/carrotsearch/randomizedtesting
Or directly: git clone git://github.com/carrotsearch/randomizedtes…
-
### Description
Similar to #355, but the execution hangs
### Steps to Reproduce
1. Create new project using AS wizard
2. Enable Android orchestrator following the https://developer.android.com/t…
-
Hi,
I want enable coroutine dump for Production.
I tried add DebugProbes.install() at main class but when I run `mvn test`, execution was blocked [2]
I cannot use javaagent due to limitation of o…
-
Hi, I am using serenity with junit for rest api automation. I need a way by which I have to run the setup only once before any test method starts. It is achievable if we use RunListener in junit4. how…
-
### 📝 Description
Following the instructions described [here](https://rht-labs.com/tech-exercise/#/2-attack-of-the-pipelines/3a-jenkins) to create the Jenkins pipeline of the pet-battle application…
-
**Is your feature request related to a problem? Please describe.**
We are using custom implementation of **org.junit.runner.notification.RunListener** in our Android project.
In testRunStarted …
-
I'm building junit.dll like this
```
ikvmc.exe ^
-platform:anycpu ^
-target:library ^
-out:junit.dll ^
-r:System.Runtime.Extensions.dll ^
-r:System.Runtime.dll ^
-r:System.Threading.dll ^
-…
-
Hi everyone,
Ive been trying to overcome this issue for quite a while. I have a project with test classes with fuzz cases in them. I do as the guide says and compile the java test class that Ill f…