searls.jasmine.io
Class FileUtilsWrapperTest

java.lang.Object
  extended by searls.jasmine.io.FileUtilsWrapperTest

@PrepareForTest(value=org.apache.commons.io.FileUtils.class)
public class FileUtilsWrapperTest
extends java.lang.Object


Constructor Summary
FileUtilsWrapperTest()
           
 
Method Summary
 void delegatesForcingMkdirToFileUtils()
           
 void delegatesReadingFilesToFileUtils()
           
 void listFilesDelegatesToFileUtils()
           
 void powerfullyMockStaticClasses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtilsWrapperTest

public FileUtilsWrapperTest()
Method Detail

powerfullyMockStaticClasses

public void powerfullyMockStaticClasses()

delegatesReadingFilesToFileUtils

public void delegatesReadingFilesToFileUtils()
                                      throws java.io.IOException
Throws:
java.io.IOException

delegatesForcingMkdirToFileUtils

public void delegatesForcingMkdirToFileUtils()
                                      throws java.io.IOException
Throws:
java.io.IOException

listFilesDelegatesToFileUtils

public void listFilesDelegatesToFileUtils()


Copyright © 2011 SOFTEC sa. All Rights Reserved.