| Constructor and Description |
|---|
ContainsFileMatcher(String relativeFilePath) |
| Modifier and Type | Method and Description |
|---|---|
static ContainsFileMatcher |
containsFile(String relativeFilePath) |
static org.hamcrest.Matcher<File> |
containsFiles(String... relativeFilePaths) |
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<File> |
empty() |
boolean |
matches(Object o) |
static String |
toMessage(File dir) |
static String |
toTree(File dir) |
public boolean matches(Object o)
public void describeTo(org.hamcrest.Description description)
@Nonnull public static ContainsFileMatcher containsFile(@Nonnull String relativeFilePath)
@Nonnull public static org.hamcrest.Matcher<File> containsFiles(@Nonnull String... relativeFilePaths)
Copyright © 2007–2016 cedarsoft GmbH. All rights reserved.