Assert<SELF,ACTUAL>
, Descriptable<SELF>
, ExtensionPoints<SELF,ACTUAL>
public class InputStreamAssert extends AbstractInputStreamAssert<InputStreamAssert,InputStream>
InputStream
s.
To create a new instance of this class, invoke
.
Assertions.assertThat(InputStream)
actual, info, myself
Constructor | Description |
---|---|
InputStreamAssert(InputStream actual) |
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
hasContentEqualTo, hasSameContentAs
public InputStreamAssert(InputStream actual)
Copyright © 2014–2019. All rights reserved.