com.googlecode.junit.ext.checkers
Class FileExists

java.lang.Object
  extended by com.googlecode.junit.ext.checkers.FileExists
All Implemented Interfaces:
Checker

public class FileExists
extends java.lang.Object
implements Checker


Constructor Summary
FileExists(java.lang.String filePath)
           
 
Method Summary
 boolean satisfy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileExists

public FileExists(java.lang.String filePath)
Method Detail

satisfy

public boolean satisfy()
Specified by:
satisfy in interface Checker