-
## What problem are you trying to solve?
More expressive assertions around durations, using the methods defined in:
https://www.javadoc.io/static/org.assertj/assertj-core/3.24.2/org/assertj/core/api…
-
**Describe the bug**
Because OpenTelemetryAssertions extends Assertions, it brings in `assertThat(Object)` (spelled `assertThat(T)`) from assertj. With a static import of `assertThat`, the extends pr…
-
#### Feature summary
I would find it very helpful if there was a way to assert that a block of code runs (succeeds / fails) within a certain time duration (without having to add extra dependencies suc…
-
### Problem
> Describe the issue you are experiencing.
### Expected behavior
> Describe what you expected to see.
### Example diff
**From:** `core/src/testFixtures/java/org/assertj/core/api…
-
Within the new AssertJ 3.26.0 release, I can see that the factory based navigable assertion for iterables has been deprecated internally, along with other mechanisms to do the same thing.
This rais…
-
In many places in Gaffer, JUnit assertions are used and are quite ugly compared to the assertJ equivalent.
See the following example for testing lists:
**JUnit:**
https://github.com/gchq/Gaffer/blo…
-
Once this PR is merged and issue fixed https://github.com/joel-costigliola/assertj-assertions-generator/issues/67 along with the NavigationListAssert class in assertj-core: https://github.com/joel-cos…
-
## What problem are you trying to solve?
I'm converting JUnit assertions to AssertJ assertions.
## Describe the solution you'd like
In the example here - https://docs.openrewrite.org/recipes/ja…
-
## What version of OpenRewrite are you using?
I am using
- Maven plugin v5.18.0
- rewrite-testing-frameworks v2.2.0
## How are you running OpenRewrite?
I am using the Maven plugin, and my…
-
#### Summary
We tests assertj core with integration tests to validate junit 4, testng and osgi integration, this works but is more a workaround to simulate different environments.
A better solut…