Package org.assertj.core.internal
Class NioFilesWrapper
java.lang.Object
org.assertj.core.internal.NioFilesWrapper
Wrapper for
Files to test methods throwing IOException.-
Method Summary
Modifier and TypeMethodDescriptionnewDirectoryStream(Path dir, DirectoryStream.Filter<? super Path> filter) newInputStream(Path path, OpenOption... options) long
-
Method Details
-
newInputStream
- Throws:
IOException
-
newDirectoryStream
public DirectoryStream<Path> newDirectoryStream(Path dir, DirectoryStream.Filter<? super Path> filter) throws IOException - Throws:
IOException
-
size
- Throws:
IOException
-