org.unitils.io.reader
Interface ReadingStrategy

All Known Implementing Classes:
FileReadingStrategy

public interface ReadingStrategy

Since:
3.3
Author:
Jeroen Horemans, Tim Ducheyne, Thomas De Rycke

Method Summary
 InputStream getDefaultInputStream(String extension, Class<?> testClass)
           
 InputStream getInputStream(String fileName, Class<?> testClass)
           
 

Method Detail

getDefaultInputStream

InputStream getDefaultInputStream(String extension,
                                  Class<?> testClass)
                                  throws IOException
Throws:
IOException

getInputStream

InputStream getInputStream(String fileName,
                           Class<?> testClass)
                           throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.