Annotation Type InjectSoftAssertions


@Retention(RUNTIME) @Target(FIELD) public @interface 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.