Class NewFileExample


  • public class NewFileExample
    extends java.lang.Object
    Used to demonstrate PowerMock's ability to mock new instance calls.
    • Constructor Summary

      Constructors 
      Constructor Description
      NewFileExample()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean createDirectoryStructure​(java.lang.String directoryPath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NewFileExample

        public NewFileExample()
    • Method Detail

      • createDirectoryStructure

        public boolean createDirectoryStructure​(java.lang.String directoryPath)