Uses of Class
org.fest.assertions.api.InputStreamAssert

Packages that use InputStreamAssert
org.fest.assertions.api   
 

Uses of InputStreamAssert in org.fest.assertions.api
 

Methods in org.fest.assertions.api that return InputStreamAssert
static InputStreamAssert Assertions.assertThat(InputStream actual)
          Creates a new instance of InputStreamAssert.
 InputStreamAssert InputStreamAssert.hasContentEqualTo(InputStream expected)
          Verifies that the content of the actual InputStream is equal to the content of the given one.
 



Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.