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
InputStream s. |
Modifier and Type | Class and Description |
---|---|
class |
InputStreamAssert
Assertion methods for
InputStream s. |
Modifier and Type | Method and Description |
---|---|
default AbstractInputStreamAssert<?,? extends InputStream> |
WithAssertions.assertThat(InputStream actual)
Creates a new instance of
. |
static AbstractInputStreamAssert<?,? extends InputStream> |
Assertions.assertThat(InputStream actual)
Creates a new instance of
. |
static AbstractInputStreamAssert<?,? extends InputStream> |
AssertionsForClassTypes.assertThat(InputStream actual)
Creates a new instance of
. |
static AbstractInputStreamAssert<?,? extends InputStream> |
Java6Assertions.assertThat(InputStream actual)
Creates a new instance of
. |
static AbstractInputStreamAssert<?,? extends InputStream> |
Assumptions.assumeThat(InputStream actual)
Creates a new instance of
assumption. |
default AbstractInputStreamAssert<?,? extends InputStream> |
WithAssumptions.assumeThat(InputStream actual)
Creates a new instance of
assumption. |
static AbstractInputStreamAssert<?,? extends InputStream> |
Java6BDDAssertions.then(InputStream actual)
Creates a new instance of
. |
static AbstractInputStreamAssert<?,? extends InputStream> |
BDDAssertions.then(InputStream actual)
Creates a new instance of
. |
Copyright © 2014–2019 AssertJ. All rights reserved.