powermock.examples.suppress.constructorhierarchy
Class EvilParent

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

public class EvilParent
extends EvilGrandParent

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


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

Constructor Detail

EvilParent

public EvilParent()


Copyright © 2007-2012. All Rights Reserved.