powermock.examples.bypassencapsulation
Class ReportDao
java.lang.Object
powermock.examples.bypassencapsulation.ReportDao
public class ReportDao
- extends Object
A class used to demonstrate how it's possible for PowerMock to set internal
state for a class that is also partially mocked.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportDao
public ReportDao()
deleteReport
public void deleteReport(String reportName)
Copyright © 2007-2012. All Rights Reserved.