org.assertj.core.api
Class InputStreamAssert

java.lang.Object
  extended by org.assertj.core.api.AbstractAssert<S,A>
      extended by org.assertj.core.api.AbstractInputStreamAssert<InputStreamAssert,InputStream>
          extended by org.assertj.core.api.InputStreamAssert
All Implemented Interfaces:
Assert<InputStreamAssert,InputStream>, Descriptable<InputStreamAssert>, ExtensionPoints<InputStreamAssert,InputStream>

public class InputStreamAssert
extends AbstractInputStreamAssert<InputStreamAssert,InputStream>

Assertion methods for InputStreams.

To create a new instance of this class, invoke Assertions.assertThat(InputStream).

Author:
Matthieu Baechler, Mikhail Mazursky

Field Summary
 
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
 
Constructor Summary
InputStreamAssert(InputStream actual)
           
 
Method Summary
 
Methods inherited from class org.assertj.core.api.AbstractInputStreamAssert
hasContentEqualTo
 
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamAssert

public InputStreamAssert(InputStream actual)


Copyright © 2013–2015 AssertJ. All rights reserved.