powermock.examples.suppress.constructor
Class ExampleWithEvilParent
java.lang.Object
powermock.examples.suppress.constructor.EvilParent
powermock.examples.suppress.constructor.ExampleWithEvilParent
public class ExampleWithEvilParent
- extends EvilParent
Example that demonstrates PowerMock's ability to suppress parent constructors.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExampleWithEvilParent
public ExampleWithEvilParent(String message)
getMessage
public String getMessage()
Copyright © 2007-2012. All Rights Reserved.