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 TypeClassDescriptionclass
AbstractInputStreamAssert<SELF extends AbstractInputStreamAssert<SELF,
ACTUAL>, ACTUAL extends InputStream> Base class for all implementations of assertions forInputStream
s.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
.InputStreamAssert
static AbstractInputStreamAssert<?,
? extends InputStream> AssertionsForClassTypes.assertThat
(InputStream actual) Creates a new instance of
.InputStreamAssert
static AbstractInputStreamAssert<?,
? extends InputStream> Java6Assertions.assertThat
(InputStream actual) Creates a new instance of
.InputStreamAssert
default 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
.InputStreamAssert
static AbstractInputStreamAssert<?,
? extends InputStream> Java6BDDAssertions.then
(InputStream actual) Creates a new instance of
.InputStreamAssert