public final 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) |
static org.hamcrest.Matcher<File> |
sameContents(File expected) |
static org.hamcrest.Matcher<File> |
sameContents(InputStream expected) |
public static org.hamcrest.Matcher<File> exists()
public static org.hamcrest.Matcher<File> isFile()
public static org.hamcrest.Matcher<File> isDirectory()
public static org.hamcrest.Matcher<File> isEmptyDirectory()
public static org.hamcrest.Matcher<File> sameContents(InputStream expected)
Copyright © 2002-2022 Atlassian. All Rights Reserved.