powermock.examples.bypassencapsulation
Class ReportDao

java.lang.Object
  extended by 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.


Constructor Summary
ReportDao()
           
 
Method Summary
 void deleteReport(String reportName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDao

public ReportDao()
Method Detail

deleteReport

public void deleteReport(String reportName)


Copyright © 2007-2012. All Rights Reserved.