| Class | Description |
|---|---|
| SoftAssertionsExtension |
Extension for JUnit Jupiter that provides support for injecting a concrete implementation of
SoftAssertionsProvider
into test methods and (since 3.18.0) into test fields annotated with @InjectSoftAssertions. |
| SoftlyExtension | Deprecated
This functionality (and more) has been rolled into
SoftAssertionsExtension
as of AssertJ 3.18.0. |
| Annotation Type | Description |
|---|---|
| InjectSoftAssertions |
Annotation used with
SoftAssertionsExtension for specify wich test instance fields should be initialised with
a SoftAssertionsProvider concrete implementation, for example SoftAssertions, BDDSoftAssertions or any
custom soft assertions class. |
Copyright © 2025. All rights reserved.