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
-
public class Java6BDDSoftAssertions extends Java6AbstractBDDSoftAssertions
BDD-style Android-compatible soft assertions. Duplicated fromBDDSoftAssertions
.- Since:
- 2.5.0 / 3.5.0
- See Also:
BDDSoftAssertions
-
-
Field Summary
-
Fields inherited from class org.assertj.core.api.AbstractSoftAssertions
proxies
-
-
Constructor Summary
Constructors Constructor Description Java6BDDSoftAssertions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assertAll()
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
-
-
-
-
Method Detail
-
assertAll
public void assertAll()
Verifies that no proxied assertion methods have failed.- Throws:
SoftAssertionError
- if any proxied assertion objects threw
-
-