Uses of Class
org.assertj.core.api.SoftAssertions
-
Packages that use SoftAssertions Package Description org.assertj.core.api org.assertj.core.api.junit.jupiter -
-
Uses of SoftAssertions in org.assertj.core.api
Subclasses of SoftAssertions in org.assertj.core.api Modifier and Type Class Description classAutoCloseableSoftAssertionsA version ofSoftAssertionsthat uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()so that you don't forget to.Method parameters in org.assertj.core.api with type arguments of type SoftAssertions Modifier and Type Method Description static voidSoftAssertions. assertSoftly(Consumer<SoftAssertions> softly)Convenience method for callingSoftAssertionsProvider.assertSoftly(java.lang.Class<S>, java.util.function.Consumer<S>)for these assertion types. -
Uses of SoftAssertions in org.assertj.core.api.junit.jupiter
Methods in org.assertj.core.api.junit.jupiter that return types with arguments of type SoftAssertions Modifier and Type Method Description private static Optional<SoftAssertions>SoftlyExtension. initSoftAssertionsField(Object testInstance)Deprecated.
-