public interface ReadingStrategy
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getDefaultInputStream(String extension,
Class<?> testClass) |
InputStream |
getInputStream(String fileName,
Class<?> testClass) |
InputStream getDefaultInputStream(String extension, Class<?> testClass) throws IOException
IOExceptionInputStream getInputStream(String fileName, Class<?> testClass) throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.