Uses of Class
org.fest.assertions.api.InputStreamAssert
Packages that use InputStreamAssert
-
Uses of InputStreamAssert in org.fest.assertions.api
Methods in org.fest.assertions.api that return InputStreamAssertModifier and TypeMethodDescriptionstatic InputStreamAssert
Assertions.assertThat
(InputStream actual) Creates a new instance of
.InputStreamAssert
InputStreamAssert.hasContentEqualTo
(InputStream expected) Verifies that the content of the actualInputStream
is equal to the content of the given one.