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

I see that in the past 4 years there hasn't been any work done on the project. Issues aren't responded to and user-made and dependabot PRs aren't being merged. Is...

all javax modules are being replaced with jakarta, this includes `@javax.annotation.Generated`. This is replaced by `@jakarta.annotation.Generated`, allow users to choose which annotation they want on the generated classes. (I'm also...

Hello, this as I believe, is a fix of #122 . Found no instructions on how to contribute. Thus I'm not sure to what branch it must be merged (do...

Bumps [compile-testing](https://github.com/google/compile-testing) from 0.18 to 0.21.0. Release notes Sourced from compile-testing's releases. 0.21.0 Fixed a bug: When comparing ASTs, for example in JavaFileObjectSubject.hasSourceEquivalentTo, some kinds of nodes were omitted from...

dependencies
java

Hi, Is there any way i can supress the AssertionErrors, im tring to use `Assertions.setRemoveAssertJRelatedElementsFromStackTrace(true);` But didn't worked. I would like to display in my report a friendly message. Thanks,

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. Release notes Sourced from actions/cache's releases. v3.0.11 What's Changed Call out cache not saved on hit by @​Phantsure in actions/cache#946 Update @​actions/core to 1.10.0...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

dependencies
github_actions

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.5.1. Release notes Sourced from actions/setup-java's releases. v3.5.1 In scope of this release we change logic for Microsoft Build of OpenJDK. Previously it had hard...

dependencies
github_actions

For example, I would like custom assertions for BigDecimal only like: `has${Property}Of(Number value)` ``` public ${self_type} has${Property}Of(Number n) ${throws}{ if (new BigDecimal(n.toString()).compareTo(actual.${property}) != 0) { throw new AssertionError("expected " +...