-
Hopefully reproducible with the following:
```
> wget -O assertj-assertions-generator-2.0.0-unix.zip https://search.maven.org/remotecontent?filepath=org/assertj/assertj-assertions-generator/2.0.0/ass…
-
**Describe the bug**
When I have a Java class with a property nullable type Double.
And from a Kotlin test I try to assert that property value with: `assertThat(dataClass.nullableProperty).isNull(…
-
see : http://danhaywood.com/2015/04/17/converting-from-hamcrest-to-assertj/
Fix also the existing scripts as some regex are not correct
-
Currently, we have assertions/testutils in `src/main` instead of `src/test` see https://github.com/INRIA/spoon/tree/master/src/main/java/spoon/testing. Given the java 17 release will be an already bre…
-
#### Summary
Some classes for which I generate assertion classes contain methods with parameter types that are in the same package. If I then use `` to generate the assertion classes in a different p…
-
AssertJ supports custom conditions (described at https://joel-costigliola.github.io/assertj/assertj-core-conditions.html#creating-condition)
Example:
```java
import static org.assertj.core.util…
-
## What problem are you trying to solve?
After https://github.com/openrewrite/rewrite-testing-frameworks/pull/355 we already support some ~50 Hamcrest Matcher to AssertJ migrations. Not all Hamcrest …
-
Hello,
I see that in the new website there are still TODO like https://assertj.github.io/doc/#assertj-core-iterable-assertions.
Do you need help to migrate/complete them from the old site (http…
-
**Describe the bug**
AssertJ allows extracting values from the original object using "extracting" method in order to test them in a more fluent way. AssertJ also allows using InstanceOfAssertFactory …
-
With the new version of assertJ like 3.6.2 I get the following error:
`java.lang.NoSuchMethodError: org.assertj.core.api.Assertions.assertThat(Ljava/util/List;)Lorg/assertj/core/api/AbstractListAss…