Class InputStreamAssert

java.lang.Object
org.assertj.core.api.AbstractAssert<S,A>
org.assertj.core.api.AbstractInputStreamAssert<InputStreamAssert,InputStream>
de.hybris.platform.testframework.assertions.assertj.InputStreamAssert
All Implemented Interfaces:
org.assertj.core.api.Assert<InputStreamAssert,InputStream>, org.assertj.core.api.Descriptable<InputStreamAssert>, org.assertj.core.api.ExtensionPoints<InputStreamAssert,InputStream>

public final class InputStreamAssert extends org.assertj.core.api.AbstractInputStreamAssert<InputStreamAssert,InputStream>
Assertion for checking input streams. This assertion should be created by ExtendedAssertions.assertThat(InputStream) method.
  • Field Summary

    Fields inherited from class org.assertj.core.api.AbstractAssert

    actual, info, myself
  • Method Summary

    Modifier and Type
    Method
    Description
    hasSameContentAs(byte[] expected)
     
     
    hasSize(long size)
     

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

    hasContentEqualTo, hasSameContentAs

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

    as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError

    Methods inherited from class java.lang.Object

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