assertj-assertions-generator icon indicating copy to clipboard operation
assertj-assertions-generator copied to clipboard

Custom assertions generator

Results 68 assertj-assertions-generator issues
Sort by recently updated
recently updated
newest added

Bumps [guava](https://github.com/google/guava) from 28.1-jre to 31.1-jre. Release notes Sourced from guava's releases. 31.1 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>31.1-jre</version> <!-- or, for Android: --> <version>31.1-android</version> </dependency> Jar files 31.1-jre.jar 31.1-android.jar Guava...

dependencies
java

#### Summary Hi, I am migrating from java 8 to 17 and had big trouble getting the generated assertions to work (actually is does not work at all, is it...

I want to generate assertions for classes in `src/test/java`, but only classes in `src/main/java` are being picked up by the plugin.

default will still be javax, which all the tests use. closes #194

There is a small problem: Generator is creating assertion methods twice in Abstract***Assert classes for code where Kotlin class with lateinit collection field is generified with complex java class. Generated...

**Problem:** I'm having classes generated with imports like: ``` import java.util.Objects; import org.assertj.core.api.AbstractObjectAssert; import org.assertj.core.internal.Iterables; import org.assertj.core.util.Objects; ``` And this results in the compile error: > 'java.util.Objects' is already defined...

In our project, we have a module which defines an API - it's essentially a bunch of interfaces which are meant to be implemented elsewhere, possibly multiple times. We use...

Bumps commons-io from 2.8.0 to 2.11.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.8.0&new-version=2.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Generations plugin versions in maven: ```xml org.assertj assertj-assertions-generator-maven-plugin 2.2.0 ``` Test class ```java package testassertj; import lombok.Data; @Data public class TemplateClassField { protected T model; } ``` Generated assertion class:...

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.2. Release notes Sourced from junit's releases. JUnit 4.13.2 Please refer to the release notes for details. JUnit 4.13.1 Please refer to the release notes...

dependencies
java