Class SoftAssertions


  • public final class SoftAssertions
    extends org.assertj.core.api.SoftAssertions

    An extension to the original soft assertions.

    Since:
    2017.2
    Author:
    Andrey Shcheglov <mailto:andrey.shcheglov@jetbrains.com>
    • Constructor Summary

      Constructors 
      Constructor Description
      SoftAssertions()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PathAssert assertThat​(Path actual)
      Creates a new instance of PathAssert.
      • Methods inherited from class org.assertj.core.api.SoftAssertions

        assertAll
      • Methods inherited from class org.assertj.core.api.AbstractSoftAssertions

        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, proxy
    • Constructor Detail

      • SoftAssertions

        public SoftAssertions()
    • Method Detail

      • assertThat

        public PathAssert assertThat​(@Nullable
                                     Path actual)
        Creates a new instance of PathAssert.
        Parameters:
        actual - the actual value.
        Returns:
        the created assertion object.