Package org.assertj.core.api
Class Java6SoftAssertions
- java.lang.Object
-
- org.assertj.core.api.AbstractSoftAssertions
-
- org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- org.assertj.core.api.Java6SoftAssertions
-
public class Java6SoftAssertions extends Java6AbstractStandardSoftAssertions
Soft assertions compatible with Android. Duplicated fromSoftAssertions
.- Since:
- 2.5.0 / 3.5.0
- See Also:
SoftAssertions
-
-
Field Summary
-
Fields inherited from class org.assertj.core.api.AbstractSoftAssertions
proxies
-
-
Constructor Summary
Constructors Constructor Description Java6SoftAssertions()
-
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.Java6AbstractStandardSoftAssertions
assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThatCode, assertThatThrownBy
-
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
-
-