Uses of Class
org.fest.assertions.FileAssert

Uses of FileAssert in org.fest.assertions
 

Methods in org.fest.assertions 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 does exist.
 FileAssert FileAssert.hasSameContentAs(File expected)
          Verifies that the content of the actual File is equal to the content of the given one.
 FileAssert FileAssert.hasSize(long expected)
          Verifies that the size of the actual File is equal to the given one.
 FileAssert FileAssert.isAbsolute()
          Verifies that the actual File is an absolute path.
 FileAssert FileAssert.isDirectory()
          Verifies that the actual File is a directory.
 FileAssert FileAssert.isFile()
          Verifies that the actual File is a regular file.
 FileAssert FileAssert.isRelative()
          Verifies that the actual File is a relative path.
 



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