Uses of Interface
org.assertj.core.api.AutoCloseableSoftAssertionsProvider
-
Packages that use AutoCloseableSoftAssertionsProvider Package Description org.assertj.core.api -
-
Uses of AutoCloseableSoftAssertionsProvider in org.assertj.core.api
Classes in org.assertj.core.api that implement AutoCloseableSoftAssertionsProvider Modifier and Type Class Description class
AutoCloseableBDDSoftAssertions
A version ofBDDSoftAssertions
that uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()
so that you don't forget to.class
AutoCloseableSoftAssertions
A version ofSoftAssertions
that uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()
so that you don't forget to.
-