-
See : https://github.com/stefanbirkner/system-rules/issues/55
Sample changes :
Remove
```java
import org.junit.Rule;
import org.junit.contrib.java.lang.system.EnvironmentVariables;
@Ru…
-
When there is no PACTs to verify (that satisfy the constraints) `PactVerificationContext context` is `null`. The prefered solution is to check that. But if `TestTemplate` method has also an `HttpReque…
-
_Referenced from @emyklebost:_
Hello. I've created a custom JUnit5 TestEngine that reads test-scenarios from .json files. I would like to run these tests in vscode using the junit-platform-console-…
-
When running with `@Execution(ExecutionMode.CONCURRENT)` on class level and `@Nested` test classes, it seems that all tests are named after the first nested test class that is run and then all tests a…
-
With the MockitoExtension in development for JUnit 5 (#1221), we can then switch over Mockito's internal test suite to JUnit5. We will need to figure out how this all works, as we also have the runner…
-
## Environment
Java 17
**Liquibase Version**:
4.5.0
**Liquibase Integration & Version**:
Maven
**Liquibase Extension(s) & Version**:
N/A
**Database Vendor & Version**:
P…
-
Version: `1.7.0`
I was trying out the `dev.minutest.experimental.SKIP` feature and noticed that it looks like `deriveFixture`/`modifyFixture`/probably other pieces are executed for a nested context…
-
Consider introducing the ability to change the filesystem that our `TemporaryDirectory` writes its temporary directories to. Currently it writes all directories to the local on-disk filesystem, but on…
-
JUnit 5 is released since September 10, 2017. @Rule are not supported any more so NoSQL is not compatible with JUnit 5.
-
Migrate to JUnit5
http://junit.org/junit5/docs/current/user-guide/#release-notes-5.0.0