com.atlassian.webdriver.matchers
Class FileMatchers
java.lang.Object
com.atlassian.webdriver.matchers.FileMatchers
public final class FileMatchers
- extends Object
Hamcrest matchers for files.
- Since:
- 2.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.