-
**Is your feature request related to a problem? Please describe.**
The test code base is still on JUnit 4. Most modern frameworks use JUnit 5 nowadays.
**Describe the solution you'd like**
The te…
-
I am following the steps at [this](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test) page to run Junit5 tests with VS Code and Maven. I have these extensions installed:
…
-
### Description
Currently using `@QuarkusTest` in a spock test case is not supported by `Quarkus` #6506
This is caused by Spock using its own extension mechanism, and not handle JUnit5 annotations…
-
Hey @mannodermaus, I'm trying to create a jacoco report for instrumented junit 5 tests. With applying the `jacoco` plugin and `enableAndroidTestCoverage = true` I can get a report with all classes, bu…
-
https://github.com/adobe/aem-testing-clients/wiki/Best-practices#junit-rules should be accompanied with according extensions for JUnit 5 (https://junit.org/junit5/docs/current/user-guide/#extensions)
-
https://github.com/junit-team/junit5/blob/f5b78f68c6a90dfa63611c7a10027581c5d913ba/junit-jupiter-api/src/main/java/org/junit/jupiter/api/extension/TestTemplateInvocationContextProvider.java#L87
Mic…
-
Waiting while junit team will implement an extension for specifying class loader https://github.com/junit-team/junit5/issues/201
-
## Overview
Simple parameter resolution for strings, ints, doubles, longs works in M4, but no longer works in M5 and throws the following exception.
```
ParameterResolutionException: No Parame…
-
When using Quarkus 1.3.1.Final or current master against our Registry, I get this:
* https://gist.githubusercontent.com/alesj/86aae892c3aa35113ce358737700b4b7/raw/8a3e105e971916bd2f997692d145043d5810…
alesj updated
2 months ago
-
JUnit4 is the old JUnit system that was last updated way back in 2014. JUnit5 brings many new improvements, but at the moment it is tough to use it on Android.
There is 3rd party gradle plugin that…