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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    assertThat(javax.measure.Dimension actual)
    Creates a new "soft" instance of DimensionAssert.
    assertThat(javax.measure.Quantity actual)
    Creates a new "soft" instance of QuantityAssert.
    assertThat(javax.measure.Unit actual)
    Creates a new "soft" instance of UnitAssert.

    Methods inherited from class org.assertj.core.api.SoftAssertions

    assertAll, assertSoftly

    Methods 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, assertThat

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SoftAssertions

      public SoftAssertions()
  • Method Details

    • assertThat

      public DimensionAssert assertThat(javax.measure.Dimension actual)
      Creates a new "soft" instance of DimensionAssert.
      Parameters:
      actual - the actual value.
      Returns:
      the created "soft" assertion object.
    • assertThat

      public QuantityAssert assertThat(javax.measure.Quantity actual)
      Creates a new "soft" instance of QuantityAssert.
      Parameters:
      actual - the actual value.
      Returns:
      the created "soft" assertion object.
    • assertThat

      public UnitAssert assertThat(javax.measure.Unit actual)
      Creates a new "soft" instance of UnitAssert.
      Parameters:
      actual - the actual value.
      Returns:
      the created "soft" assertion object.