-
The Guice Junit5 extension [swallows](https://github.com/JeffreyFalgout/junit5-extensions/blob/master/guice-extension/src/main/java/name/falgout/jeffrey/testing/junit/guice/GuiceExtension.java#L235) a…
-
I have a multi maven module project and CI configured to split test executions among multiple groups. To do that, I use property `groups` of `maven-surefire-plugin`. I want each test to be tagged with…
-
**Narrative**
AS Bob the QA
I WANT JUnit tests to fail when tested code logs ERROR or WARN
SO THAT the application does not run in production with known problems exposed through logging
**Busi…
-
### Version
[this commit](https://github.com/eclipse-vertx/vert.x/commit/d461719c56f82a4d3c6fd2c6261c650203037ed9)
which fixed related issue: https://github.com/eclipse-vertx/vert.x/issues/4338
…
-
*Platform* (all, jvm, js): all
*Extension* (none, kotlin 1.3): none
## Non-Code related feature
Currently the build uses `rootProject.extra` for declaring dependency versions which is cumbersom…
vlsi updated
12 months ago
-
### What version of gRPC are you using?
1.18.0
### What did you expect to see?
In order to be able to test with JUnit 5 I would like to have a comparable solution like `GrpcCleanupRule` but a…
-
I have an integration test written in Concordion which needs Spring, so it has the junit spring class and method rules. In this test I need to initialize the database before running my specification b…
-
Using `@QuakusTest` in Spock tests is currently not yet supported.
Probably because the `@QuakusTest` extensions are Junit5 bases and Spock still uses Junit4.
I have a small demo project showing…
-
I've written a test case for a class which persists errors to a file and thus I have a handful of tests to prove that non-errors cases are not persisted to a file however the majority of the tests in …
-
JUnit5 (junit-jupiter-params) version: 5.10.2
Guice version: 7.0.0
GuiceExtension version: 1.2.1
Hello,
I am using JUnit5 together with Google GuiceExtension for JUnit5 in my automation tests framew…