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 TypeMethodDescriptionhasSameContentAs(byte[] expected) hasSameSizeAs(InputStream other) hasSize(long size) Methods inherited from class org.assertj.core.api.AbstractInputStreamAssert
hasContentEqualTo, hasSameContentAsMethods 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
-
Method Details
-
hasSize
-
hasSameContentAs
-
hasSameSizeAs
-