com.atlassian.webdriver.matchers
Class FileMatchers

java.lang.Object
  extended by com.atlassian.webdriver.matchers.FileMatchers

public final class FileMatchers
extends Object

Hamcrest matchers for files.

Since:
2.1

Method Summary
static org.hamcrest.Matcher<File> exists()
           
static org.hamcrest.Matcher<File> hasAbsolutePath(String absolutePath)
           
static org.hamcrest.Matcher<File> isDirectory()
           
static org.hamcrest.Matcher<File> isFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasAbsolutePath

public static org.hamcrest.Matcher<File> hasAbsolutePath(String absolutePath)

exists

public static org.hamcrest.Matcher<File> exists()

isDirectory

public static org.hamcrest.Matcher<File> isDirectory()

isFile

public static org.hamcrest.Matcher<File> isFile()


Copyright © 2014 Atlassian. All rights reserved.