powermock.examples.suppress.constructorhierarchy
Class ExampleWithEvilParentAndEvilGrandParent
java.lang.Object
powermock.examples.suppress.constructorhierarchy.EvilGrandParent
powermock.examples.suppress.constructorhierarchy.EvilParent
powermock.examples.suppress.constructorhierarchy.ExampleWithEvilParentAndEvilGrandParent
public class ExampleWithEvilParentAndEvilGrandParent
- extends EvilParent
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 |
ExampleWithEvilParentAndEvilGrandParent
public ExampleWithEvilParentAndEvilGrandParent(String message)
getMessage
public String getMessage()
Copyright © 2007-2012. All Rights Reserved.