-
When having these JARs on my classpath
```
[INFO] +- io.fabric8:kubernetes-assertions:jar:2.2.210:test
[INFO] | +- io.fabric8:kubernetes-api:jar:2.2.210:test
[INFO] | | +- io.fabric8:openshift-…
-
For example, if I have:
`public final Optional foo;`,
the generated assertion is:
`hasFoo(java.util.Optional foo)`
when it should be:
`hasFoo(java.util.Optional foo)`
-
### Prerequisites
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [x] I checked to make sure that this issue has not already been filed
### Expect…
-
I have a Junit5 test that extends some base test class and therefore indirectly extends `org.assertj.core.api.Assertions`.
As a result, I can use `assertThat` methods directly without adding static i…
-
http://joel-costigliola.github.io/assertj/assertj-core-custom-assertions.html#custom-soft-assertions
-
... see `AbstractHumanAssert` hierarchy in https://github.com/joel-costigliola/assertj-examples/tree/master/assertions-examples/src/test/java/org/assertj/examples/custom
-
I have just finish to install plugin (as described here: http://joel-costigliola.github.com/assertj-eclipse-plugin) and it seems it does not work.
In java editor of a class in my project I do a right…
-
```xml
org.openrewrite.maven
rewrite-maven-plugin
${maven-rewrite-plugin.version}
…
-
**Describe the bug**
It appears that it's not possible to use AssertProvider with SoftAssertions.assertThat
* assertj core version: 3.23.1
* java version: 8
**Test case reproducing the bug**
…
-
DSpot should be able to use assertj assertions instead of junit assertions, especially when existing test classes are using assertj (with or without ```JUnitSoftAssertions```).
A new interface shou…