Uses of Class
org.assertj.core.api.AbstractInputStreamAssert
Packages that use AbstractInputStreamAssert
-
Uses of AbstractInputStreamAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractInputStreamAssertModifier and TypeClassDescriptionclassAbstractInputStreamAssert<SELF extends AbstractInputStreamAssert<SELF,ACTUAL>, ACTUAL extends InputStream> Base class for all implementations of assertions forInputStreams.Subclasses of AbstractInputStreamAssert in org.assertj.core.apiMethods in org.assertj.core.api that return AbstractInputStreamAssertModifier and TypeMethodDescriptionstatic AbstractInputStreamAssert<?,? extends InputStream> Assertions.assertThat(InputStream actual) Creates a new instance of.InputStreamAssertstatic AbstractInputStreamAssert<?,? extends InputStream> AssertionsForClassTypes.assertThat(InputStream actual) Creates a new instance of.InputStreamAssertstatic AbstractInputStreamAssert<?,? extends InputStream> Java6Assertions.assertThat(InputStream actual) Creates a new instance of.InputStreamAssertdefault AbstractInputStreamAssert<?,? extends InputStream> WithAssertions.assertThat(InputStream actual) Delegate call toAssertions.assertThat(InputStream)static AbstractInputStreamAssert<?,? extends InputStream> BDDAssertions.then(InputStream actual) Creates a new instance of.InputStreamAssertstatic AbstractInputStreamAssert<?,? extends InputStream> Java6BDDAssertions.then(InputStream actual) Creates a new instance of.InputStreamAssert