powermock.examples.suppress.constructorhierarchy
Class EvilGrandParent

java.lang.Object
  extended by powermock.examples.suppress.constructorhierarchy.EvilGrandParent
Direct Known Subclasses:
EvilParent

public class EvilGrandParent
extends Object

Example that demonstrates PowerMock's ability to suppress constructor hierarchies.


Constructor Summary
EvilGrandParent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvilGrandParent

public EvilGrandParent()


Copyright © 2007-2012. All Rights Reserved.