powermock.examples.bypassencapsulation.nontest
Class Cache

java.lang.Object
  extended by powermock.examples.bypassencapsulation.nontest.Cache

public class Cache
extends Object

A made-up class used to demonstrate some PowerMock functionality.


Constructor Summary
Cache()
           
 
Method Summary
 void invalidateCache(Report report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cache

public Cache()
Method Detail

invalidateCache

public void invalidateCache(Report report)


Copyright © 2007-2012. All Rights Reserved.