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

Packages that use FileAssert
org.fest.assertions.api   
 

Uses of FileAssert in org.fest.assertions.api
 

Methods in org.fest.assertions.api that return FileAssert
static FileAssert Assertions.assertThat(File actual)
          Creates a new instance of FileAssert.
 FileAssert FileAssert.doesNotExist()
          Verifies that the actual File does not exist.
 FileAssert FileAssert.exists()
          Verifies that the actual File exists, regardless it's a file or directory.
 FileAssert FileAssert.hasContentEqualTo(File expected)
          Verifies that the content of the actual File is equal to the content of the given one.
 FileAssert FileAssert.isAbsolute()
          Verifies that the actual File is an absolute path.
 FileAssert FileAssert.isDirectory()
          Verifies that the actual File is an existing directory.
 FileAssert FileAssert.isFile()
          Verifies that the actual File is an existing file.
 FileAssert FileAssert.isRelative()
          Verifies that the actual File is a relative path.
 



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