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.apiFields in org.assertj.core.api with type parameters of type AbstractInputStreamAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<InputStream, AbstractInputStreamAssert<?, ?>> InstanceOfAssertFactories.INPUT_STREAMInstanceOfAssertFactoryfor anInputStream.Methods 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) Deprecated.Creates a new instance of.InputStreamAssertdefault AbstractInputStreamAssert<?, ? extends InputStream> WithAssertions.assertThat(InputStream actual) Creates a new instance of.InputStreamAssertstatic AbstractInputStreamAssert<?, ? extends InputStream> Assumptions.assumeThat(InputStream actual) Creates a new instance ofassumption.InputStreamAssertdefault AbstractInputStreamAssert<?, ? extends InputStream> WithAssumptions.assumeThat(InputStream actual) Creates a new instance ofassumption.InputStreamAssertstatic AbstractInputStreamAssert<?, ? extends InputStream> BDDAssumptions.given(InputStream actual) Creates a new assumption's instance for anInputStreamvalue.static AbstractInputStreamAssert<?, ? extends InputStream> BDDAssertions.then(InputStream actual) Creates a new instance of.InputStreamAssertstatic AbstractInputStreamAssert<?, ? extends InputStream> Java6BDDAssertions.then(InputStream actual) Deprecated.Creates a new instance of.InputStreamAssert