-
Hi, I wrote a passing message pact consumer test that has the following lines
```
import au.com.dius.pact.core.model.messaging.MessagePact;
@Test
@PactTestFor(pactMethod = "createPact")
void …
-
Hello friends
For STS 4.23.1
**Describe the bug**
Is not possible apply format to a pom.xml file
**To Reproduce**
Create a simple Maven project, put some XML code about anything, and try to…
-
I want to use sootup to generate a call diagram for my program when I pass the root directory of the program under test into JavaSourcePathAnalysisInputLocation:
AnalysisInputLocation inputLoca…
mei71 updated
8 months ago
-
When I using `static` weld object for creating `WeldInitiator`, active contexts was lost after two tests.
```
[ERROR] Errors:
[ERROR] WeldTest.doTest3:42 » ContextNotActive WELD-001303: No activ…
-
Hi, I have a question about configuration reportportal, because my resources doesn't work.
I have a project for testing (for example projectDad). In the project added another project (for example pro…
-
I am using SerenityBDD with JUnit 5. I need my whole test class to fail when one of my `@Test` methods fails. My test looks like:
```java
package com.xxx;
import com.xxx.frp.steps.*;
import co…
-
Hi,
I stumbled upon following problem:
- I setup a quarkus-maven project and use the p2-layout-provider to include EMF related dependencies. So far everything works fine.
- When checking out t…
-
Good catch @k-wall we should maybe revisit the test so new releases don't just break the build
_Originally posted by @SamBarker in https://github.com/kroxylicious/kroxylicious-junit5-…
-
The `GrantPermissionRule` works on JUnit4, but seems not working on JUnit5.
Is there an alternative method for this?
Code:
```
@Rule
public GrantPermissionRule rule = GrantPermissionRule.grant(…
-
### Questions
Getting different result when executing `FT.SEARCH` when using `redis/redis-stack:7.0.6-RC8` vs `redis/redis-stack-server:7.2.0-v5`.
### Version
vertx-redis-client 4.4.0
### …