powermock.examples.newmocking
Class PersistenceManager

java.lang.Object
  extended by powermock.examples.newmocking.PersistenceManager

public class PersistenceManager
extends Object

Used to demonstrate PowerMock's ability to mock new instance calls.


Constructor Summary
PersistenceManager()
           
 
Method Summary
 boolean createDirectoryStructure(String directoryPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceManager

public PersistenceManager()
Method Detail

createDirectoryStructure

public boolean createDirectoryStructure(String directoryPath)


Copyright © 2007-2012. All Rights Reserved.