org.fest.assertions.error
Class ShouldNotExist

java.lang.Object
  extended by org.fest.assertions.error.BasicErrorMessageFactory
      extended by org.fest.assertions.error.ShouldNotExist
All Implemented Interfaces:
ErrorMessageFactory

public class ShouldNotExist
extends BasicErrorMessageFactory

Creates an error message indicating that an assertion that verifies that a File does not exist failed.

Author:
Yvonne Wang

Method Summary
static ErrorMessageFactory shouldNotExist(File actual)
          Creates a new ShouldNotExist.
 
Methods inherited from class org.fest.assertions.error.BasicErrorMessageFactory
create, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

shouldNotExist

public static ErrorMessageFactory shouldNotExist(File actual)
Creates a new ShouldNotExist.

Parameters:
actual - the actual value in the failed assertion.
Returns:
the created ErrorMessageFactory.


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