Package org.hamcrest.io
Interface FileMatchers.FileStatus
- Enclosing class:
FileMatchers
public static interface FileMatchers.FileStatus
Checks the status of a
File.-
Method Summary
-
Method Details
-
check
Checks the give file against a status.- Parameters:
actual- the file to check- Returns:
- true if the file status matches, otherwise false.
-