Uses of Class
org.assertj.core.api.AbstractSoftAssertions

Packages that use AbstractSoftAssertions
org.assertj.core.api   
 

Uses of AbstractSoftAssertions in org.assertj.core.api
 

Subclasses of AbstractSoftAssertions in org.assertj.core.api
 class JUnitSoftAssertions
          the same as SoftAssertions, but with the following differences: First, it's a junit rule, which can be used as follows (without the assertAll())
 class SoftAssertions
           Suppose we have a test case and in it we'd like to make numerous assertions.
 



Copyright © 2013–2015 AssertJ. All rights reserved.