Class InputStreamAssert


  • public final class InputStreamAssert
    extends org.fest.assertions.GenericAssert<InputStreamAssert,​java.io.InputStream>
    Assertion for checking input streams.
    • Field Summary

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

        actual, myself
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static InputStreamAssert assertThat​(java.io.InputStream actual)  
      InputStreamAssert hasSameDataAs​(byte[] expected)  
      InputStreamAssert hasSameDataAs​(java.io.InputStream expected)  
      InputStreamAssert hasSameSizeAs​(java.io.InputStream other)  
      InputStreamAssert hasSize​(long size)  
      • 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