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