doc
doc copied to clipboard
AssertJ new website
[](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 rebase manually by commenting `@dependabot rebase`....
Bumps [org.ajoberstar.git-publish](https://github.com/ajoberstar/gradle-git-publish) from 3.0.1 to 4.2.2. Release notes Sourced from org.ajoberstar.git-publish's releases. 4.2.2 Small patch to update dependencies and fix a configuration cache issue. Breaking Changes None Enhancements None Fixes...
Bumps org.asciidoctor.jvm.convert from 3.3.2 to 4.0.2. [](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...
While I was trying to get to the AssertJ website, my browser completed the domain part, but did not append any path, thereby directing me to https://assertj.github.io/. That in turn...
https://assertj.github.io/doc/#assertj-core-custom-assertions-creation shows how to create custom assertion classes. One part that I find very confusing is this piece of code in the custom `hasName` assertion implementation: ```java // check assertion...
[gradleupdate](https://gradleupdate.appspot.com/) has been introduced in 9f76e13d0e6105d3901c6548fca271db5aa7ab7b. When Dependabot supports the same, gradleupdate can be dropped. dependabot/dependabot-core#2223
The documentation for the AssertJ Assertions Generator and the corresponding Maven plugin should be migrated from https://github.com/joel-costigliola/assertj. Once done, the `assertj-generator-gradle-plugin` [README](https://github.com/assertj/assertj-generator-gradle-plugin/blob/main/README.md) should be updated.
Ducumentation links: https://www.javadoc.io/static/org.assertj/assertj-core/3.23.1/org/assertj/core/api/AbstractObjectAssert.html#usingComparatorForFields(java.util.Comparator,java.lang.String...) https://www.javadoc.io/static/org.assertj/assertj-core/3.23.1/org/assertj/core/api/AbstractObjectAssert.html#usingComparatorForType(java.util.Comparator,java.lang.Class) Description: These two methods' code example uses a method called "isEqualToComparingFieldByField" and "isEqualToIgnoringNullFields". Such methods are actually marked as **Deprecated** which means **they are not supported**....
**Describe the bug** hello, I find the offical doc is very slow. and https://assertj.github.io/doc/ doc always make browser(google chrome, edge) very laggy and then crashed.
According to the method name and it's documentation I expect `assertThat(emptyMap()).containsOnlyKeys("x")` to NOT fail. There's one example in the Javadoc that helps me understand the real semantics. However, I'd like...