Uses of Class
org.assertj.core.api.AbstractInputStreamAssert
-
Packages that use AbstractInputStreamAssert Package Description org.assertj.core.api -
-
Uses of AbstractInputStreamAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractInputStreamAssert Modifier and Type Class Description classAbstractInputStreamAssert<SELF extends AbstractInputStreamAssert<SELF,ACTUAL>,ACTUAL extends InputStream>Base class for all implementations of assertions forInputStreams.Subclasses of AbstractInputStreamAssert in org.assertj.core.api Modifier and Type Class Description classInputStreamAssertAssertion methods forInputStreams.Fields in org.assertj.core.api with type parameters of type AbstractInputStreamAssert Modifier and Type Field Description static InstanceOfAssertFactory<InputStream,AbstractInputStreamAssert<?,?>>InstanceOfAssertFactories. INPUT_STREAMInstanceOfAssertFactoryfor anInputStream.Methods in org.assertj.core.api that return AbstractInputStreamAssert Modifier and Type Method Description static 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>BDDAssertions. then(InputStream actual)Creates a new instance of.InputStreamAssertstatic AbstractInputStreamAssert<?,? extends InputStream>Java6BDDAssertions. then(InputStream actual)Deprecated.Creates a new instance of.InputStreamAssert
-