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 InputStreamAssertAssertions.assertThat(InputStream actual) Creates a new instance of.InputStreamAssertInputStreamAssert.hasContentEqualTo(InputStream expected) Verifies that the content of the actualInputStreamis equal to the content of the given one.