Package org.assertj.core.api
Class Java6BDDSoftAssertions
java.lang.Object
org.assertj.core.api.AbstractSoftAssertions
org.assertj.core.api.Java6AbstractBDDSoftAssertions
org.assertj.core.api.Java6BDDSoftAssertions
BDD-style Android-compatible soft assertions. Duplicated from
BDDSoftAssertions
.- Since:
- 2.5.0 / 3.5.0
- See Also:
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractSoftAssertions
proxies
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Verifies that no proxied assertion methods have failed.Methods inherited from class org.assertj.core.api.Java6AbstractBDDSoftAssertions
then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, then, thenCode, thenThrownBy
Methods inherited from class org.assertj.core.api.AbstractSoftAssertions
errorsCollected, fail, fail, fail, failBecauseExceptionWasNotThrown, proxy, shouldHaveThrown, wasSuccess
-
Constructor Details
-
Java6BDDSoftAssertions
public Java6BDDSoftAssertions()
-
-
Method Details
-
assertAll
public void assertAll()Verifies that no proxied assertion methods have failed.- Throws:
SoftAssertionError
- if any proxied assertion objects threw
-