Package org.assertj.core.api
Class InputStreamAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<InputStreamAssert,InputStream>
org.assertj.core.api.AbstractInputStreamAssert<InputStreamAssert,InputStream>
org.assertj.core.api.InputStreamAssert
- All Implemented Interfaces:
Assert<InputStreamAssert,
,InputStream> Descriptable<InputStreamAssert>
,ExtensionPoints<InputStreamAssert,
InputStream>
Assertion methods for
InputStream
s.
To create a new instance of this class, invoke
.
Assertions.assertThat(InputStream)
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractInputStreamAssert
inputStreams
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, conditions, info, myself, objects
-
Constructor Summary
Constructors -
Method Summary
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, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
-
Constructor Details
-
InputStreamAssert
-