| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method and Description |
|---|---|
static InputStreamAssert |
Assertions.assertThat(InputStream actual)
Creates a new instance of
. |
InputStreamAssert |
InputStreamAssert.hasContentEqualTo(InputStream expected)
Verifies that the content of the actual
InputStream is equal to the content of the given one. |
Copyright © 2013 AssertJ. All Rights Reserved.