com.atlassian.jira.matchers
Class FileMatchers

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

public class FileMatchers
extends Object

Matchers for java.io.File

Since:
v6.1

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

Method Detail

exists

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

isFile

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

isDirectory

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

named

public static org.hamcrest.Matcher<File> named(String name)


Copyright © 2002-2014 Atlassian. All Rights Reserved.