Uses of Interface
org.assertj.core.api.SoftAssertionsRule
-
Packages that use SoftAssertionsRule Package Description org.assertj.core.api -
-
Uses of SoftAssertionsRule in org.assertj.core.api
Classes in org.assertj.core.api that implement SoftAssertionsRule Modifier and Type Class Description classJava6JUnitBDDSoftAssertionsDeprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.classJava6JUnitSoftAssertionsDeprecated.For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.classJUnitBDDSoftAssertionsSame asSoftAssertions, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll(), example:classJUnitSoftAssertionsSame asSoftAssertions, but with the following differences:
First, it's a junit rule, which can be used without having to callassertAll(), example:
-