powermock.examples.suppress.constructorhierarchy
Class EvilParent
java.lang.Object
powermock.examples.suppress.constructorhierarchy.EvilGrandParent
powermock.examples.suppress.constructorhierarchy.EvilParent
- Direct Known Subclasses:
- ExampleWithEvilParentAndEvilGrandParent
public class EvilParent
- extends EvilGrandParent
Example that demonstrates PowerMock's ability to suppress constructor
hierarchies.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvilParent
public EvilParent()
Copyright © 2007-2012. All Rights Reserved.