public class FileMatchers extends Object
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<File> |
exists() |
static org.hamcrest.Matcher<File> |
hasContent(String content) |
static org.hamcrest.Matcher<File> |
isDirectory() |
static org.hamcrest.Matcher<File> |
isEmptyDirectory() |
static org.hamcrest.Matcher<File> |
isFile() |
static org.hamcrest.Matcher<File> |
named(String name) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.