Package com.atlassian.jira.matchers
Class FileMatchers
java.lang.Object
com.atlassian.jira.matchers.FileMatchers
Matchers for java.io.File
- Since:
- v6.1
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<File>exists()static org.hamcrest.Matcher<File>hasContent(String content) static org.hamcrest.Matcher<File>static org.hamcrest.Matcher<File>static org.hamcrest.Matcher<File>isFile()static org.hamcrest.Matcher<File>static org.hamcrest.Matcher<File>sameContents(File expected) static org.hamcrest.Matcher<File>sameContents(InputStream expected) 
- 
Method Details- 
exists
- 
isFile
- 
isDirectory
- 
isEmptyDirectory
- 
named
- 
hasContent
- 
sameContents
- 
sameContents
 
-