| Modifier and Type | Method and Description |
|---|---|
static Matcher<File> |
directory()
Create a matcher for existing directory.
|
static Matcher<File> |
executable()
Create a matcher for executable file.
|
static Matcher<File> |
file()
Create a matcher for existing file.
|
static Matcher<File> |
readable()
Create a matcher for readable file.
|
static Matcher<File> |
writable()
Create a matcher for writable file.
|
public static Matcher<File> file()
public static Matcher<File> directory()
public static Matcher<File> readable()
public static Matcher<File> writable()
Copyright © 2022. All rights reserved.