Uses of Class
org.assertj.core.api.SoftAssertions
Packages that use SoftAssertions
-
Uses of SoftAssertions in org.assertj.core.api
Subclasses of SoftAssertions in org.assertj.core.apiModifier and TypeClassDescriptionclass
A version ofSoftAssertions
that uses try-with-resources statement to automatically callassertAll()
so that you don't forget to.Method parameters in org.assertj.core.api with type arguments of type SoftAssertionsModifier and TypeMethodDescriptionstatic void
SoftAssertions.assertSoftly
(Consumer<SoftAssertions> softly) Use this to avoid having to call assertAll manually.