Annotation Type InjectSoftAssertions
-
@Retention(RUNTIME) @Target(FIELD) public @interface InjectSoftAssertions
Annotation used withSoftAssertionsExtension
for specify wich test instance fields should be initialised with aSoftAssertionsProvider
concrete implementation, for exampleSoftAssertions
,BDDSoftAssertions
or any custom soft assertions class.