Skip to content

Commit

Permalink
Fix formatting in assertj-core-assertions-guide.adoc (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriegfrj authored Jun 15, 2023
1 parent 96853eb commit 3b07702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2564,7 +2564,7 @@ public interface GoTSoftAssertionsProvider extends SoftAssertionsProvider {
----

[.underline]#Step 2# +
In order to get a concrete entry point exposing all custom entry points, create a class implementing all custom `SoftAssertionsProvider`s and extending `AbstractSoftAssertions`.
In order to get a concrete entry point exposing all custom entry points, create a class implementing all custom `SoftAssertionsProvider` subinterfaces and extending `AbstractSoftAssertions`.
`AbstractSoftAssertions` provides the core internal implementation to collect all errors from the different implemented entry points (it also implements `SoftAssertionsProvider`).

To get standard soft assertions, inherit from `SoftAssertions` instead of `AbstractSoftAssertions` (or `BddSoftAssertions` to get the BDD flavor).
Expand Down

0 comments on commit 3b07702

Please sign in to comment.