Class InputStreamAssert

    • Field Summary

      • Fields inherited from class org.fest.assertions.GenericAssert

        actual, myself
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static InputStreamAssert assertThat​(java.io.InputStream actual)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      InputStreamAssert hasSameDataAs​(byte[] expected)
      Deprecated.
      InputStreamAssert hasSameDataAs​(java.io.InputStream expected)
      Deprecated.
      since 2011, use assertion provided by AssertJ: Assertions.assertThat(actual).hasSameContentAs(expected).
      InputStreamAssert hasSameSizeAs​(java.io.InputStream other)
      Deprecated.
      since 2011, use assertion provided by AssertJ: InputStreamAssert.hasSameSizeAs(InputStream).
      InputStreamAssert hasSize​(long size)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class org.fest.assertions.GenericAssert

        as, as, describedAs, describedAs, doesNotSatisfy, is, isEqualTo, isIn, isIn, isNot, isNotEqualTo, isNotIn, isNotIn, isNotNull, isNotSameAs, isNull, isSameAs, overridingErrorMessage, satisfies
      • Methods inherited from class org.fest.assertions.Assert

        customErrorMessage, description, description, description, equals, fail, fail, failIfCustomMessageIsSet, failIfCustomMessageIsSet, failure, formattedErrorMessage, hashCode, rawDescription, replaceDefaultErrorMessagesWith
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait