| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInputStreamAssert<SELF extends AbstractInputStreamAssert<SELF,ACTUAL>,ACTUAL extends InputStream>
Base class for all implementations of assertions for
InputStreams. |
| Modifier and Type | Class and Description |
|---|---|
class |
InputStreamAssert
Assertion methods for
InputStreams. |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<InputStream,AbstractInputStreamAssert<?,?>> |
InstanceOfAssertFactories.INPUT_STREAM
InstanceOfAssertFactory for an InputStream. |
| Modifier and Type | Method and Description |
|---|---|
default AbstractInputStreamAssert<?,? extends InputStream> |
WithAssertions.assertThat(InputStream actual)
Creates a new instance of
. |
static AbstractInputStreamAssert<?,? extends InputStream> |
Java6Assertions.assertThat(InputStream actual)
Deprecated.
Creates a new instance of
. |
static AbstractInputStreamAssert<?,? extends InputStream> |
AssertionsForClassTypes.assertThat(InputStream actual)
Creates a new instance of
. |
static AbstractInputStreamAssert<?,? extends InputStream> |
Assertions.assertThat(InputStream actual)
Creates a new instance of
. |
default AbstractInputStreamAssert<?,? extends InputStream> |
WithAssumptions.assumeThat(InputStream actual)
Creates a new instance of
assumption. |
static AbstractInputStreamAssert<?,? extends InputStream> |
Assumptions.assumeThat(InputStream actual)
Creates a new instance of
assumption. |
static AbstractInputStreamAssert<?,? extends InputStream> |
BDDAssumptions.given(InputStream actual)
Creates a new assumption's instance for an
InputStream value. |
static AbstractInputStreamAssert<?,? extends InputStream> |
Java6BDDAssertions.then(InputStream actual)
Deprecated.
Creates a new instance of
. |
static AbstractInputStreamAssert<?,? extends InputStream> |
BDDAssertions.then(InputStream actual)
Creates a new instance of
. |
Copyright © 2025. All rights reserved.