Package tech.uom.lib.assertj
Class SoftAssertions
java.lang.Object
org.assertj.core.api.AbstractSoftAssertions
org.assertj.core.api.Java6AbstractStandardSoftAssertions
org.assertj.core.api.AbstractStandardSoftAssertions
org.assertj.core.api.SoftAssertions
tech.uom.lib.assertj.SoftAssertions
@Generated("assertj-assertions-generator")
public class SoftAssertions
extends org.assertj.core.api.SoftAssertions
Entry point for soft assertions of different data types.
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractSoftAssertions
proxies -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassertThat(javax.measure.Dimension actual) Creates a new "soft" instance of.DimensionAssertassertThat(javax.measure.Quantity actual) Creates a new "soft" instance of.QuantityAssertassertThat(javax.measure.Unit actual) Creates a new "soft" instance of.UnitAssertMethods inherited from class org.assertj.core.api.SoftAssertions
assertAll, assertSoftlyMethods inherited from class org.assertj.core.api.AbstractStandardSoftAssertions
assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThatMethods 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, assertThatThrownByMethods inherited from class org.assertj.core.api.AbstractSoftAssertions
errorsCollected, fail, fail, fail, failBecauseExceptionWasNotThrown, proxy, shouldHaveThrown, wasSuccess
-
Constructor Details
-
SoftAssertions
public SoftAssertions()
-
-
Method Details
-
assertThat
Creates a new "soft" instance of.DimensionAssert- Parameters:
actual- the actual value.- Returns:
- the created "soft" assertion object.
-
assertThat
Creates a new "soft" instance of.QuantityAssert- Parameters:
actual- the actual value.- Returns:
- the created "soft" assertion object.
-
assertThat
Creates a new "soft" instance of.UnitAssert- Parameters:
actual- the actual value.- Returns:
- the created "soft" assertion object.
-