Uses of Interface
org.assertj.core.api.Java6StandardSoftAssertionsProvider
Packages that use Java6StandardSoftAssertionsProvider
-
Uses of Java6StandardSoftAssertionsProvider in org.assertj.core.api
Subinterfaces of Java6StandardSoftAssertionsProvider in org.assertj.core.apiClasses in org.assertj.core.api that implement Java6StandardSoftAssertionsProviderModifier and TypeClassDescriptionclass
A version ofSoftAssertions
that uses try-with-resources statement to automatically callAbstractSoftAssertions.assertAll()
so that you don't forget to.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.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.