Uses of Class
org.assertj.core.api.AbstractSoftAssertions
Packages that use AbstractSoftAssertions
-
Uses of AbstractSoftAssertions in org.assertj.core.api
Subclasses of AbstractSoftAssertions in org.assertj.core.apiModifier and TypeClassDescriptionclass
A version ofBDDSoftAssertions
that uses try-with-resources statement to automatically callassertAll()
so that you don't forget to.class
A version ofSoftAssertions
that uses try-with-resources statement to automatically callassertAll()
so that you don't forget to.class
Suppose we have a test case and in it we'd like to make numerous BDD assertions.class
Deprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.class
Deprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.class
Deprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.class
Deprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.class
Same asSoftAssertions
, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll()
, example:class
Deprecated.useSoftAssertionsExtension
instead.class
Deprecated.useSoftAssertionsExtension
instead.class
Same asSoftAssertions
, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll()
, example:class
Suppose we have a test case and in it we'd like to make numerous assertions.