Package | Description |
---|---|
org.fest.assertions.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 © 2007–2016. All rights reserved.