Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputStreamAssert<S extends AbstractInputStreamAssert<S,A>,A extends java.io.InputStream>
Base class for all implementations of assertions for
InputStream s. |
Modifier and Type | Class and Description |
---|---|
class |
InputStreamAssert
Assertion methods for
InputStream s. |
Modifier and Type | Method and Description |
---|---|
static AbstractInputStreamAssert<?,? extends java.io.InputStream> |
Assertions.assertThat(java.io.InputStream actual)
Creates a new instance of
. |
static AbstractInputStreamAssert<?,? extends java.io.InputStream> |
BDDAssertions.then(java.io.InputStream actual)
Creates a new instance of
. |