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

A maven plugin to generate assertions for your custom types

Results 30 assertj-assertions-generator-maven-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [maven-plugin-api](https://github.com/apache/maven) from 2.2.1 to 3.8.7. Release notes Sourced from maven-plugin-api's releases. 3.8.7 Sub-task [MNG-7019] - Notify also at start when profile is missing Bug [MNG-7106] - VersionRange.toString() produces a...

dependencies
java

1. Try modifying the path of a project using this plugin like "path/to/project/directory with space in the name/project" 2. Set `false` in the AssertJ plugin 3. Rebuild `mvn clean install...

Bumps [assertj-parent-pom](https://github.com/assertj/assertj-maven-parent-pom) from 2.1.6 to 2.2.18. Commits 87a8cc6 [maven-release-plugin] prepare release assertj-parent-pom-2.2.18 edaddfb Move Jacoco rules to the configuration section for better extensibility b109faa Fix license header ded4cd5 Bump maven-enforcer-plugin...

dependencies
java

Plugin is generating assertions for test classes and code generated by other plugins. It will be nice if plugin will be able to distinguish between different code sources for same...

Bumps commons-io from 2.7 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.7&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

I am facing this issue when migrating my application from JDK8 to JDK11. ``` [ERROR] Failed to execute goal org.assertj:assertj-assertions-generator-maven-plugin:2.1.0:generate-assertions (default) on project mws-inbound: Execution default of goal org.assertj:assertj-assertions-generator-maven-plugin:2.1.0:generate-assertions failed:...

Maybe I'm missing something, but I couldn't find the possibility to configure the maven plugin to generate BddSoftAssertions.

Build is failed if {{assertj.failOnError}} is set to {{true}} and - at least one input class could not be found or - an exception is set in the report The...

This pull request add a new silent option to ignore the classloading errors during the phase of classes selection.