-
**Environment:**
OS: Windows
JDK: 11
Java Test Runner Extension: 0.31.2
**Repro steps:**
1.git clone : [https://github.com/ZhengJun003/junit5-samples/tree/testrunner](https://github.com/Zhe…
-
Please provide hints on using the library with JUnit5. JUnit5 no longer supports the `@Rule` annotation and it is replaced by Extension. I think If we can do the initialization part directly using the…
-
### Expected Behavior
In a Micronaut Lambda project serving REST resources, a resource method such as this one should be perfectly valid:
```java
@Get(value = "{id}", produces = MediaType.APPLI…
-
Currently there is no way to run JUnit 5 tests with robolectric. Are there any plans to introduce it or could someone sketch what would be needed for an integration so I could contribute the code.
-
As I understand currently this extension allows injection only inside test classes. It would be good to have ability to inject fields inside junit5 custom Extension classes
ghost updated
5 years ago
-
## Overview
Let's assume I need to load and initialize some properties in the class ones for all tests and nested tests. I can do this in the class constructor when `@TestInstance(Lifecycle.PER_CLA…
-
Have you considered creating a JUnit 5 extension so people can hook this directly into their unit tests?
https://junit.org/junit5/docs/current/user-guide/#extensions
-
### Environment:
OS: Windows
JDK: 8/12
Java Extensions:
- Language Support for Java(TM) by Red Hat: 0.52.0
- Debugger for Java: 0.23.0
- Java Test Runner: 0.21.0
### Steps to reproduce:
…
-
Hi.
When trying to mock an **unsigned** **nullable** type with `mockk` `1.12.5` (newer versions are broken for me), the test code just hangs.
Below an example to reproduce the issue:
```kotlin
i…
-
We found that the behaviour of verifyNoMoreInteractions changed in the Junit5 integration. In Junit4, verifyNoMoreInteractions would take interactions with stubbed methods into account, which means th…